Click or drag to resize

ICommenceCursorColumns Property

Allows for setting multiple direct and related columns at once.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
ICursorColumns Columns { get; }

Property Value

Type: ICursorColumns
Remarks
Do not use this in conjunction with SetColumn or SetRelatedColumn methods. Set all columns at once using this property, or set them individually.

Only available for .NET applications.

See Also