Enum SqlDataType
Speicifies sql data type named constants.
Namespace: Mediachase.BusinessFoundation.Data.Sql.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0Syntax
public enum SqlDataType : short
Fields
Name | Description |
---|---|
BigInt | |
Binary | |
Bit | |
Char | |
Datetime | |
Decimal | |
Float | |
Image | |
Int | |
NChar | |
NText | |
Numeric | |
NVarchar | |
Real | |
SmallInt | |
SqlVariant | |
Text | |
Timestamp | |
TinyInt | |
UniqueIdentifier | |
Varbinary | |
Varchar |