Click or drag to resize

ICommenceAddRowSetGetColumnLabel Method

Search the column set and return the column label or fieldname

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
string GetColumnLabel(
	int nCol,
	CmcOptionFlags flags = CmcOptionFlags.Default
)

Parameters

nCol
Type: SystemInt32
The (0-based) index of the column.
flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Logical OR of following option flags: CmcOptionFlags.Fieldname - return field label (ignore view labels)

Return Value

Type: String
Column label on success, -1 on error.

Implements

IBaseRowSetGetColumnLabel(Int32, CmcOptionFlags)
See Also