Click or drag to resize

CommenceAddRowSet Class

Represents a AddRowSet to add items to Commence.
Inheritance Hierarchy

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public sealed class CommenceAddRowSet : BaseRowSet, 
	ICommenceAddRowSet, IBaseRowSet, IDisposable

The CommenceAddRowSet type exposes the following members.

Properties
Methods
  NameDescription
Public methodClose
Close any references to Commence. The object should be disposed after this.
(Overrides BaseRowSetClose.)
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
Dispose method
(Inherited from BaseRowSet.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetColumnIndex
Search the column set and return the index of the column with the given label
(Overrides BaseRowSetGetColumnIndex(String, CmcOptionFlags).)
Public methodGetColumnLabel
Search the column set and return the column label or fieldname
(Overrides BaseRowSetGetColumnLabel(Int32, CmcOptionFlags).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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.
(Overrides BaseRowSetGetRow(Int32, CmcOptionFlags).)
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.
(Overrides BaseRowSetGetRow(Int32, String, CmcOptionFlags).)
Public methodGetRowValue
Get rowvalue for specified row/column
(Overrides BaseRowSetGetRowValue(Int32, Int32, CmcOptionFlags).)
Public methodGetShared
Gets the shared/local status of the row
(Overrides BaseRowSetGetShared(Int32).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodModifyRow
Modify fieldvalue
Public methodSetShared
Sets the shared status of the row. Shared items cannot be made unshared.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also