Click or drag to resize

CommenceDeleteRowSet Class

Represent a rowset of items to delete. Items are not deleted until Commit is called.
Inheritance Hierarchy
SystemObject
  Vovin.CmcLibNet.DatabaseBaseRowSet
    Vovin.CmcLibNet.DatabaseCommenceDeleteRowSet

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

The CommenceDeleteRowSet 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 methodDeleteRow
Mark a row for deletion.
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 methodGetRowID
Returns a unique identifier for a row.
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also