IRecord Methods |
The IRecord type exposes the following members.
| Name | Description | |
|---|---|---|
| AddField |
Adds a user defined field to the list of detected fields.
| |
| CopyTableToClipboard |
Copies the specified table to the Clipboard.
| |
| FormatDataTable |
Formats the specified table as a System.Data.DataTable object.
| |
| FormatTable |
Formats the specified table as text.
| |
| FormatTableCSV |
Formats the specified table as a comma delimited string.
| |
| FormatTableXML |
Formats the specified table as XML.
| |
| GetField |
Gets a field that matches the given name.
| |
| GetSection |
Gets a section that matches the given name.
| |
| GetTable |
Gets a table that matches the given name.
| |
| RemoveField |
Removes the specified field from the list of detected fields.
| |
| RemoveTable |
Removes the specified table from the list of detected tables.
|