DataInputType Properties |
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).
|