Click or drag to resize

ICursorColumns Interface

Interface for CursorColumns, allows for a convenient way of setting direct and related columns.

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

The ICursorColumns 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.
Top
See Also