Clear | Clears all records from the data source. |
 GetAsXML | method GetAsXml |
 GetValue | Returns the value of a field in a record within the data source. |
 InsertRecord | Inserts a new empty record into the data source. |
 LoadFromXML | method LoadFromXml |
 Query | Runs the specified condition set query on the data source (table). |
 RemoveRecord | Removes the specified record from the data source. |
 SetValue | Sets the value of a field in a record within the data source. |
 Fields | Returns the metadata for the fields in the database table. |
 Offset | The position of the cursor in the record set. |
 Size | The number of records in the data source. |
 TableName | The database table of the data source. |
Â
Â