The SqlType type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ConvertToSqlDbType |
Converts the specified .NET type to SQL Server type.
| |
| IsDateType |
SQL Server data type is date/time or not.
| |
| IsGuidType |
SQL Server data type is Guid or not.
| |
| IsNumericType |
SQL Server data type is numeric or not.
| |
| IsStringType |
SQL Server data type is string or not.
|
See Also