A class providing access to the SQL Server xml data type.
For a list of all members of this type, see TMSXMLField members.
TMSXMLField = class(TWideMemoField);
TMSXMLField provides access to the SQL Server xml data type.
The TMSXMLField.DataType property values equal to ftXML. You can access actual XML document using the AsString and TMSXMLField.XML properties.