Click or drag to resize
DataTypeT Methods

The DataTypeT generic type exposes the following members.

Methods
  NameDescription
Public methodConvert
Converts the value to a proper type
(Overrides DataTypeConvert(Object, CultureInfo, Object).)
Public methodConvertToDbType
Converts the value to its database representation.
(Overrides DataTypeConvertToDbType(Object, CultureInfo, Object).)
Protected methodFormatValue
Formats the given value
(Inherited from DataType.)
Public methodGetDefaultValueCode
Gets the code for the default value of this type in C# code
(Inherited from DataType.)
Public methodGetSqlType
Gets the SQL data type representation
(Inherited from DataType.)
Public methodGetSqlValue
Gets the SQL value representation for this type
(Inherited from DataType.)
Public methodGetString
Gets the string representation of the given value
(Inherited from DataType.)
Public methodIsAvailableForObjectType
Returns true if the given data type is available for the given object type
(Inherited from DataType.)
Public methodIsValueOfType
Uses IsOfTypeFunction to determine whether given value is of this data type.
(Overrides DataTypeIsValueOfType(Object, CultureInfo).)
Top
See Also