DataType Methods

The DataType type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBinary
Returns a binary DataType with the specified length.
Public methodStatic memberCurrency
Returns a currency DataType the specified numeric precision.
Public methodStatic memberDecimal(Int32)
Returns a decimal DataType with the specified precision.
Public methodStatic memberDecimal(Int32, Int32)
Returns a decimal DataType with the specified precision and scale.
Public methodStatic memberDouble
Returns a double DataType.
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(DataType)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodIsCompatibleWith
Determines whether the current object is compatible with to another object of the same type.
Public methodStatic memberString
Returns a string DataType with the specified length.
Public methodToString
Returns a String that represents this instance.
(Overrides ValueTypeToString.)
Public methodTryConvertValue
Convert the value to this data type.
Top
See Also