DataType Properties TIBCO Spotfire 7.6 API Reference

The DataType type exposes the following members.

Properties

  Name Description
Public property AutoIndexUniqueValueCount
Gets the unique value count threshold value for auto-indexing. An imported column with a unique value count less or equal to this threshold will always be indexed.
Public property Static member AvailableDataTypes
Gets the available data types.
Public property DefaultComparer
Gets the default comparer for this DataType.
Public property DefaultValue
Gets the default value for the underlying type.
Public property Formatter
Gets a default, user localized, read-only formatter for this data type.
Public property IsNumeric
Gets a value indicating whether the data type is numeric or not, that is, Integer, Currency, Real, LongInteger or SingleReal
Public property IsSimple
Gets a value indicating whether the data type is considered simple or not. E.g. String and int (etc) are simple, Binary is not.
Public property IsTime
Gets a value indicating whether the data type represents time or not, that is, Date, Time or DateTime.
Public property Name
Gets the type name.
Public property NullValue
Gets a null (empty) value for the underlying type.
Public property RepresentationType
Gets the representation type of the data type. This is the .NET type that values of this data type are stored as.
Top
See Also

Reference