Sets the integer column named col of the ITupleSet with value.

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

Syntax

C#
void SetIntValue(
	string col,
	int value
)

Parameters

col
Type: System..::..String
value
Type: System..::..Int32

See Also