Click or drag to resize

CursorColumns Class

Convenience class for setting multiple columns in a cursor. Should not be combined with the direct methods of setting columns in ICommenceCursor.
Inheritance Hierarchy
SystemObject
  Vovin.CmcLibNet.DatabaseCursorColumns

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public class CursorColumns : ICursorColumns

The CursorColumns type exposes the following members.

Methods
  NameDescription
Public methodAddDirectColumn
Adds single fieldname to the collection of direct fields.
Public methodAddDirectColumns(Object)
Adds an array of direct fields to the collection of direct fields.
Public methodAddDirectColumns(String)
Adds an array of direct fields to the collection of direct fields.
Public methodAddRelatedColumn
Add a related field to the collection of related fields.
Public methodApply
Set all direct and related columns. Duplicate columns are ignored.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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
Remarks
Use of this class is recommended over setting columns directly. You cannot instantiate this class, it is automatically created when you call the Columns property.
See Also