ICommenceQueryRowSet Methods |
The ICommenceQueryRowSet type exposes the following members.
| Name | Description | |
|---|---|---|
| Close |
Close any references to Commence. The object should be disposed after this.
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| GetColumnIndex |
Search the column set and return the index of the column with the given label
| |
| GetColumnLabel |
Search the column set and return the column label or fieldname
| |
| GetFieldToFile |
Save the field value at the given (row,column) to a file.
| |
| GetRow(Int32) |
GetRow implementation for .NET that gets the the Commence row as string values.
| |
| GetRow(Int32, CmcOptionFlags) |
Returns an entire row's field values. Note that this method returns an array, whereas the native Commence method returns a delimited string.
| |
| GetRow(Int32, String, CmcOptionFlags) |
Returns an entire row's field values. Note that this method returns an array, whereas the native Commence method returns a delimited string.
| |
| GetRowID |
Returns a unique identifier for a row.
| |
| GetRowSequenceNumber |
Gets the sequence number that Commence uses internally. Note: this is not a workgroup-wide number!
| |
| GetRowTimeStamp |
Undocumented method, most likely returns a timestamp :).
| |
| GetRowValue |
Get rowvalue for specified row/column
| |
| GetShared |
Gets the shared/local status of the row
|