ICommenceAddRowSet Interface |
Namespace: Vovin.CmcLibNet.Database
The ICommenceAddRowSet 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.
| |
| Commit |
Commit changes to disk.
| |
| CommitGetCursor |
Make row modifications permanent (commit to disk) and return a cursor for the newly added data.
The CommenceAddRowSet should now be discarded.
| |
| 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
| |
| 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
| |
| ModifyRow |
Modify fieldvalue
| |
| SetShared |
Sets the shared status of the row. Shared items cannot be made unshared.
|