Click or drag to resize

DeserializerBase Constructor (XmlDocument, String, SqlConnection, SqlTransaction)

Assigns an xml document with optional schema validation.

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

Parameters

document
Type: System.XmlXmlDocument
schema
Type: SystemString
Name of an xml schema that is known by the application (that is, there exists an XmlSchema data object for it). Can be null - in which case no schema validation is performed.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also