DataTypeData Class |
Namespace: Dundas.BI.WebApi.Models
The DataTypeData type exposes the following members.
| Name | Description | |
|---|---|---|
| DataTypeData |
Initializes a new instance of the DataTypeData class.
|
| Name | Description | |
|---|---|---|
| DatabaseType |
Gets or sets the data type to which native data type is mapped.
| |
| IsNullable |
Gets or sets a value indicating whether this instance accepts for a value.
| |
| IsNumeric |
Gets a value indicating whether this data type is numeric.
| |
| IsSortable |
Gets or sets a value indicating whether the data type is sortable.
| |
| MaxLength |
Gets or sets the maximum length (for string and binary data types).
| |
| NumericPrecision |
Gets or sets the maximum number of digits (for numeric data types).
| |
| NumericScale |
Gets or sets the number of decimal places (for numeric data types).
| |
| OriginalDataTypeName |
Gets or sets the data type name as defined in the source database.
| |
| UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) |