SqlType ClassNemiro.Data.dll
Helper class to work with SQL Server data types.
Inheritance Hierarchy

System Object
  Nemiro.Data.Sql SqlType

Namespace: Nemiro.Data.Sql
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public static class SqlType

The SqlType type exposes the following members.

Methods

  NameDescription
Public methodStatic memberConvertToSqlDbType
Converts the specified .NET type to SQL Server type.
Public methodStatic memberIsDateType
SQL Server data type is date/time or not.
Public methodStatic memberIsGuidType
SQL Server data type is Guid or not.
Public methodStatic memberIsNumericType
SQL Server data type is numeric or not.
Public methodStatic memberIsStringType
SQL Server data type is string or not.
Top
Properties

  NameDescription
Public propertyStatic memberDateTypeList
List of date/time types.
Public propertyStatic memberNumericTypeList
List of numerics types.
Public propertyStatic memberStringTypeList
List of strings types.
Top
See Also