Enum SQLType
The type of supported column types in sql
See SQL Data Types for further information - https://docs.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql
Namespace: LemonEdge.Utils.Database
Assembly: Utils.dll
Syntax
public enum SQLType : short
Remarks
This maps exactly to the System.Data.SqlDbType System.Data.SQLDBType Enum
Fields
Name | Description |
---|---|
BigInt | |
Binary | |
Bit | |
Char | |
Date | |
DateTime | |
DateTime2 | |
DateTimeOffset | |
Decimal | |
Float | |
Image | |
Int | |
Money | |
NChar | |
NText | |
NVarChar | |
Real | |
SmallDateTime | |
SmallInt | |
SmallMoney | |
Structured | |
Text | |
Time | |
TimeStamp | |
TinyInt | |
Udt | |
UniqueIdentifier | |
VarBinary | |
VarChar | |
Variant | |
Xml |