The IDataCollection type exposes the following members.

Properties

  Name Description
Public property IsIntRange
This member function checks whether the domain is a range of integer values.
Public property IsIntSet
This member function checks whether the domain is a set of integer values.
Public property IsNumRange
This member function checks whether the domain is a range of numeric values.
Public property IsNumSet
This member function checks whether the domain is a set of numeric values.
Public property IsSymbolSet
This member function checks whether the domain is a set of string values.
Public property IsTupleSet
This member function checks whether the domain is a set of ITuple.
Public property Name
This member function returns the name of the collection.

See Also