The ITupleSet type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
IsIntRange |
This member function checks whether the domain is a range of integer values. (Inherited from IDataCollection.) |
|
|
IsIntSet |
This member function checks whether the domain is a set of integer values. (Inherited from IDataCollection.) |
|
|
IsNumRange |
This member function checks whether the domain is a range of numeric values. (Inherited from IDataCollection.) |
|
|
IsNumSet |
This member function checks whether the domain is a set of numeric values. (Inherited from IDataCollection.) |
|
|
IsSymbolSet |
This member function checks whether the domain is a set of string values. (Inherited from IDataCollection.) |
|
|
IsTupleSet |
This member function checks whether the domain is a set of ITuple. (Inherited from IDataCollection.) |
|
|
Name |
This member function returns the name of the collection. (Inherited from IDataCollection.) |
|
|
Name |
This member function used to retrieve the name of the tupleset.
Return ValueThe name of the object. |
|
|
Schema |
This member function returns the schema of the tupleset.
Return ValueThe schema of the object. |
|
|
Size |
This member function returns the size of the collection, that is, the number of included
elements. (Inherited from IDiscreteDataCollection.) |
|
|
Size |
This member function returns the number of lines.
Return ValueThe number of lines. |