DataInputType Class |
Namespace: Dundas.BI.Data.Metadata
The DataInputType type exposes the following members.
| Name | Description | |
|---|---|---|
| DatabaseType |
Gets the data type to which native data type is mapped.
| |
| IsBoolean |
Gets a value indicating whether this data type is Boolean.
| |
| IsDateTime |
Gets a value indicating whether this data type is date/time.
| |
| IsInteger |
Gets a value indicating whether this data type is an integer number (without a fractional component).
| |
| IsNumeric |
Gets a value indicating whether this data type is numeric.
| |
| IsString |
Gets a value indicating whether this data type is string.
| |
| MaxLength |
Gets or sets the maximum length (for string and binary data types).
|
| Name | Description | |
|---|---|---|
| Boolean |
Returns a Boolean DataInputType.
| |
| DateTime |
Returns a DateTimeDataInputType.
| |
| Double |
Returns a double DataType.
| |
| FromDataType |
Returns a DataInputType based on specified DataType.
| |
| Guid |
Returns a GuidDataInputType.
| |
| Integer |
Returns an integer DataInputType.
| |
| String |
Returns a string DataInputType with the specified length.
|