DataType Methods |
The DataType type exposes the following members.
Name | Description | |
---|---|---|
![]() | Convert |
Converts the value to a proper type
|
![]() | FormatValue |
Formats the given value
|
![]() | GetDefaultValueCode |
Gets the code for the default value of this type in C# code
|
![]() | GetSqlType |
Gets the SQL data type representation
|
![]() | GetSqlValue |
Gets the SQL value representation for this type
|
![]() | GetString |
Gets the string representation of the given value
|
![]() | IsAvailableForObjectType |
Returns true if the given data type is available for the given object type
|