This member function returns the index of a named column.

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
int GetColumnIndex(
	string name
)

Parameters

name
Type: System..::..String

Return Value

The index of the named column. Throws an exception if the column does not exist.

See Also