The ITupleSet type exposes the following members.

Methods

  Name Description
Public method Find
This member function checks whether a given ITupleBuffer object is in the collection. It returns a new tuple if the buffer exists in the collection, otherwise it returns an empty handle.
Public method GetEnumerator()()()()
Returns an enumerator on the collection.
(Inherited from IDiscreteDataCollection.)
Public method GetEnumerator()()()()
Returns an enumerator on the ITupleSet.
Public method GetIndex(Double)
Returns the index of a given numeric value.
(Inherited from IDiscreteDataCollection.)
Public method GetIndex(Int32)
Returns the index of a given integer value.
(Inherited from IDiscreteDataCollection.)
Public method GetIndex(String)
Returns the index of a given string value.
(Inherited from IDiscreteDataCollection.)
Public method GetIndex(ITuple)
This member function checks wether a given ITuple is in the collection. It will return the index if the tuple exists or -1 if the tuple does not exist in the index. You can give the whole values or only the key values in a buffer instance of the tuple, or a tuple from another collection.
Public method IsIn
This member function checks whether a given ITupleBuffer object is in the collection. You can give the whole values or only the key values.
Public method MakeFirst
Creates the first tuple.
Public method MakeLast
Creates the last tuple.
Public method MakeTuple
This member function is used to return an indexed tuple.
Public method MakeTupleBuffer
Edits the tuple to modify it, or create a new tuple.

See Also