 | IBaseRowSetGetColumnLabel 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
Syntaxstring GetColumnLabel(
int nCol,
CmcOptionFlags flags = CmcOptionFlags.Default
)
Function GetColumnLabel (
nCol As Integer,
Optional flags As CmcOptionFlags = CmcOptionFlags.Default
) As String
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:
StringColumn label on success, -1 on error.
See Also