Click or drag to resize

ICursorColumnsAddDirectColumns Method (String)

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 string[] fieldNames
)

Parameters

fieldNames
Type: SystemString
Array of fieldnames, or a comma-separated list of fieldnames.
Remarks
This method is only available for .NET applications.
See Also