CommenceDeleteRowSet Class |
Namespace: Vovin.CmcLibNet.Database
The CommenceDeleteRowSet type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnCount |
Number of columns in rowset
(Overrides BaseRowSetColumnCount.) | |
| RowCount |
Number of items in rowset.
(Overrides BaseRowSetRowCount.) |
| Name | Description | |
|---|---|---|
| Close |
Close any references to Commence. The object should be disposed after this.
(Overrides BaseRowSetClose.) | |
| Commit |
Commit changes to disk.
| |
| DeleteRow |
Mark a row for deletion.
| |
| Dispose |
Dispose method
(Inherited from BaseRowSet.) | |
| 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
(Overrides BaseRowSetGetColumnIndex(String, CmcOptionFlags).) | |
| GetColumnLabel |
Search the column set and return the column label or fieldname
(Overrides BaseRowSetGetColumnLabel(Int32, CmcOptionFlags).) | |
| 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.
(Overrides BaseRowSetGetRow(Int32, CmcOptionFlags).) | |
| 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.
(Overrides BaseRowSetGetRow(Int32, String, CmcOptionFlags).) | |
| GetRowID |
Returns a unique identifier for a row.
| |
| GetRowValue |
Get rowvalue for specified row/column
(Overrides BaseRowSetGetRowValue(Int32, Int32, CmcOptionFlags).) | |
| GetShared |
Gets the shared/local status of the row
(Overrides BaseRowSetGetShared(Int32).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |