DataType Properties

The DataType type exposes the following members.

Properties
  NameDescription
Public propertyDatabaseType
Gets or sets the data type to which native data type is mapped.
Public propertyIsBoolean
Gets a value indicating whether this data type is Boolean.
Public propertyIsDateTime
Gets a value indicating whether this data type is date/time.
Public propertyIsInteger
Gets a value indicating whether this data type is an integer number (without a fractional component).
Public propertyIsNullable
Gets or sets a value indicating whether this instance accepts for a value.
Public propertyIsNumeric
Gets a value indicating whether this data type is numeric.
Public propertyIsNumericOverflow
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.
Public propertyIsSortable
Gets or sets a value indicating whether the data type is sortable.
Public propertyIsString
Gets a value indicating whether this data type is string.
Public propertyMaxLength
Gets or sets the maximum length (for string and binary data types).
Public propertyNumericPrecision
Gets or sets the maximum number of digits (for numeric data types).
Public propertyNumericScale
Gets or sets the number of decimal places (for numeric data types).
Public propertyOriginalDataTypeName
Gets or sets the data type name as defined in the source database.
Public propertySystemType
Gets the .NET system type.
Top
See Also