Click or drag to resize

ICursorColumnsAddDirectColumns Method (Object)

Adds an array of direct fields to the collection of direct fields.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
void AddDirectColumns(
	params Object[] fieldNames
)

Parameters

fieldNames
Type: SystemObject
Object array of fieldnames.
See Also