Creates new instance of the DataType..::.Xml class.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public Xml(
	XmlSchemaCollection xmlSchemaCollection,
	bool isXmlDocument
)
Visual Basic (Declaration)
Public Sub New ( _
	xmlSchemaCollection As XmlSchemaCollection, _
	isXmlDocument As Boolean _
)
Visual C++
public:
Xml(
	XmlSchemaCollection^ xmlSchemaCollection, 
	bool isXmlDocument
)

Parameters

xmlSchemaCollection
Type: PerpetuumSoft.DataModel.MsSql..::.XmlSchemaCollection
isXmlDocument
Type: System..::.Boolean

See Also