DataType Properties |
The DataType type exposes the following members.
| Name | Description | |
|---|---|---|
| DatabaseType |
Gets or sets 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).
| |
| 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.
| |
| IsNumericOverflow |
Gets or sets a value indicating whether the data provider cannot handle conversion to double for numeric values with a scale or precision that is too high.
| |
| IsSortable |
Gets or sets a value indicating whether the data type is sortable.
| |
| IsString |
Gets a value indicating whether this data type is string.
| |
| 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.
| |
| SystemType |
Gets the .NET system type.
|