Click or drag to resize
ClassStructureInfoGetColumnIndex Method
Gets the column index.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public int GetColumnIndex(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name.

Return Value

Type: Int32
Returns column index if exists; otherwise -1.
See Also