Click or drag to resize

BaseRowSet Class

Abstract base class for the various *RowSet Types.
Inheritance Hierarchy

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

The BaseRowSet 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 methodDispose
Dispose method
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
Public methodGetColumnLabel
Search the column set and return the column label or fieldname
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.
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 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