DataInputType Properties

The DataInputType type exposes the following members.

Properties
  NameDescription
Public propertyDatabaseType
Gets 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 propertyIsNumeric
Gets a value indicating whether this data type is numeric.
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).
Top
See Also