| DataTypeT Methods |
The DataTypeT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Convert |
Converts the value to a proper type
(Overrides DataTypeConvert(Object, CultureInfo, Object).) | |
| ConvertToDbType |
Converts the value to its database representation.
(Overrides DataTypeConvertToDbType(Object, CultureInfo, Object).) | |
| FormatValue |
Formats the given value
(Inherited from DataType.) | |
| GetDefaultValueCode |
Gets the code for the default value of this type in C# code
(Inherited from DataType.) | |
| GetSqlType |
Gets the SQL data type representation
(Inherited from DataType.) | |
| GetSqlValue |
Gets the SQL value representation for this type
(Inherited from DataType.) | |
| GetString |
Gets the string representation of the given value
(Inherited from DataType.) | |
| IsAvailableForObjectType |
Returns true if the given data type is available for the given object type
(Inherited from DataType.) | |
| IsValueOfType |
Uses IsOfTypeFunction to determine whether given value
is of this data type.
(Overrides DataTypeIsValueOfType(Object, CultureInfo).) |