Creates a new tuple using the values of the different fields in the class.

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

Syntax

C#
public interface ITupleBuffer : ITuple

Remarks

The class ITupleBuffer allows you to create a new tuple using the values of its different fields. This tuple by value can be used to populate a set of tuples, to update an array, or to make an index search. A tuple by value is a list of <value, path> where path is the column path IloTupleSet

See Also