This member function is used to determine whether a column contains string values.

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

Syntax

C#
bool IsSymbol(
	int index
)

Parameters

index
Type: System..::..Int32

Return Value

A Boolean value specifying whether the indexed column contains string values.

See Also