BaseRowSet Class |
Namespace: Vovin.CmcLibNet.Database
The BaseRowSet type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnCount |
Number of columns in rowset
| |
| RowCount |
Number of items in rowset.
|
| Name | Description | |
|---|---|---|
| Close |
Close any references to Commence. The object should be disposed after this.
| |
| Dispose |
Dispose method
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| 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
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| 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.
| |
| GetRowValue |
Get rowvalue for specified row/column
| |
| GetShared |
Gets the shared/local status of the row
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |