Click or drag to resize

CursorColumnsAddDirectColumn Method

Adds single fieldname to the collection of direct fields.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public void AddDirectColumn(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Direct fieldname from the Cursor's category.

Implements

ICursorColumnsAddDirectColumn(String)
See Also