Click or drag to resize

IRecord Methods

The IRecord type exposes the following members.

Methods
  NameDescription
Public methodAddField
Adds a user defined field to the list of detected fields.
Public methodCopyTableToClipboard
Copies the specified table to the Clipboard.
Public methodFormatDataTable
Formats the specified table as a System.Data.DataTable object.
Public methodFormatTable
Formats the specified table as text.
Public methodFormatTableCSV
Formats the specified table as a comma delimited string.
Public methodFormatTableXML
Formats the specified table as XML.
Public methodGetField
Gets a field that matches the given name.
Public methodGetSection
Gets a section that matches the given name.
Public methodGetTable
Gets a table that matches the given name.
Public methodRemoveField
Removes the specified field from the list of detected fields.
Public methodRemoveTable
Removes the specified table from the list of detected tables.
Top
See Also