Click or drag to resize

ICommenceAddRowSet Interface

Interface for CommenceAddRowSet.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public interface ICommenceAddRowSet : IBaseRowSet, 
	IDisposable

The ICommenceAddRowSet type exposes the following members.

Properties
  NameDescription
Public propertyColumnCount
Number of columns in rowset
Public propertyRowCount
Number of items in rowset.
Top
Methods
  NameDescription
Public methodClose
Close any references to Commence. The object should be disposed after this.
Public methodCommit
Commit changes to disk.
Public methodCommitGetCursor
Make row modifications permanent (commit to disk) and return a cursor for the newly added data. The CommenceAddRowSet should now be discarded.
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 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 methodGetRowValue
Get rowvalue for specified row/column
Public methodGetShared
Gets the shared/local status of the row
Public methodModifyRow
Modify fieldvalue
Public methodSetShared
Sets the shared status of the row. Shared items cannot be made unshared.
Top
See Also