ClassStructureInfoGetColumnIndex Method |
Gets the column index.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public int GetColumnIndex(
string columnName
)
Parameters
- columnName
- Type: SystemString
Column name.
Return Value
Type:
Int32Returns column index if exists; otherwise -1.
See Also