DataType.Xml Method
Include Protected Members
Include Inherited Members
Returns an object that represents the specified type.
Overload List
Name | Description | |
---|---|---|
Xml(String) | Returns an object that represents the specified type. | |
Xml(String, String) | Returns an object that represents the specified type and with the specified schema. | |
Xml(String, String, XmlDocumentConstraint) | Returns an object that represents the specified type, schema and XML document constraint. |
Top