Returns the INumCollection value of the given column of the invoking tuple.

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

Syntax

C#
INumCollection GetNumCollectionValue(
	string col
)

Parameters

col
Type: System..::..String

Return Value

An INumCollection representing the value of the column.

See Also