Click or drag to resize

CommenceCursorSetColumns Method

Allows for setting direct columns in batch-mode

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public bool SetColumns(
	Object[] columnNames
)

Parameters

columnNames
Type: SystemObject
Object array of columnnames.

Return Value

Type: Boolean
true on succes, false on error.

Implements

ICommenceCursorSetColumns(Object)
Remarks
Note the object and not string type of the array, this is to accomodate COM clients.
See Also