Click or drag to resize

DeserializerBase Constructor (Stream, Stream, SqlConnection, SqlTransaction)

Loads a stream of xml data and validates them against a supplied xml schema.

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public DeserializerBase(
	Stream objectData,
	Stream schema,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

objectData
Type: System.IOStream
A stream with xml data.
schema
Type: System.IOStream
A stream with the schema.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also