Sets the integer collection column named col of the ITupleSet with value. The ITupleSet becomes the owner of the collection.

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

Syntax

C#
void SetIntCollectionValue(
	string col,
	IIntCollection value
)

Parameters

col
Type: System..::..String
value
Type: ILOG.Concert..::..IIntCollection

See Also