Click or drag to resize

ICommenceQueryRowSet Methods

The ICommenceQueryRowSet type exposes the following members.

Methods
  NameDescription
Public methodClose
Close any references to Commence. The object should be disposed after this.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetColumnIndex
Search the column set and return the index of the column with the given label
Public methodGetColumnLabel
Search the column set and return the column label or fieldname
Public methodGetFieldToFile
Save the field value at the given (row,column) to a file.
Public methodGetRow(Int32)
GetRow implementation for .NET that gets the the Commence row as string values.
Public methodGetRow(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.
Public methodGetRow(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.
Public methodGetRowID
Returns a unique identifier for a row.
Public methodGetRowSequenceNumber
Gets the sequence number that Commence uses internally. Note: this is not a workgroup-wide number!
Public methodGetRowTimeStamp
Undocumented method, most likely returns a timestamp :).
Public methodGetRowValue
Get rowvalue for specified row/column
Public methodGetShared
Gets the shared/local status of the row
Top
See Also