Clear | Clears all records from the data table. |
CopyFrom | Copies the structure and data from the data table to another data table. |
ExecuteQuery | Runs the specified SQL query. |
GetAsXML | Returns an XML string representation of the object. |
GetSchema | Returns the schema for the XML that is returned by the SerializeAsXML method. |
GetValue | Returns the value of a cell in the data table.
The cell is specified by the combination of a column and row number. |
LoadFromXML | Loads the object from an XML string. |
LoadSerializedXML | Loads data or metadata from an XML string.
XML can be retrieved from a data table with the SerializeAsXML method, modified, and then reloaded using this method. The XML schema can be obtained from the GetSchema method. |
SerializeAsXML | Returns information about the data table (the data and metadata) in XML format.
The schema of the XML is available using the GetSchema method. |
SetValue | Sets the value of a cell in the data table.
The cell is specified by the combination of a column and row number. |