DataType Methods |
The DataType type exposes the following members.
| Name | Description | |
|---|---|---|
| Binary |
Returns a binary DataType with the specified length.
| |
| Currency |
Returns a currency DataType the specified numeric precision.
| |
| Decimal(Int32) |
Returns a decimal DataType with the specified precision.
| |
| Decimal(Int32, Int32) |
Returns a decimal DataType with the specified precision and scale.
| |
| Double |
Returns a double DataType.
| |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) | |
| Equals(DataType) | Indicates whether the current object is equal to another object of the same type. | |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) | |
| IsCompatibleWith |
Determines whether the current object is compatible with to another object of the same type.
| |
| String |
Returns a string DataType with the specified length.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ValueTypeToString.) | |
| TryConvertValue |
Convert the value to this data type.
|