Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SqlDataType

Speicifies sql data type named constants.

Inheritance
System.Object
SqlDataType
Namespace: Mediachase.BusinessFoundation.Data.Sql.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public sealed class SqlDataType : Enum

Fields

BigInt

Declaration
public const SqlDataType BigInt
Field Value
Type Description
SqlDataType

Binary

Declaration
public const SqlDataType Binary
Field Value
Type Description
SqlDataType

Bit

Declaration
public const SqlDataType Bit
Field Value
Type Description
SqlDataType

Char

Declaration
public const SqlDataType Char
Field Value
Type Description
SqlDataType

Datetime

Declaration
public const SqlDataType Datetime
Field Value
Type Description
SqlDataType

Decimal

Declaration
public const SqlDataType Decimal
Field Value
Type Description
SqlDataType

Float

Declaration
public const SqlDataType Float
Field Value
Type Description
SqlDataType

Image

Declaration
public const SqlDataType Image
Field Value
Type Description
SqlDataType

Int

Declaration
public const SqlDataType Int
Field Value
Type Description
SqlDataType

NChar

Declaration
public const SqlDataType NChar
Field Value
Type Description
SqlDataType

NText

Declaration
public const SqlDataType NText
Field Value
Type Description
SqlDataType

Numeric

Declaration
public const SqlDataType Numeric
Field Value
Type Description
SqlDataType

NVarchar

Declaration
public const SqlDataType NVarchar
Field Value
Type Description
SqlDataType

Real

Declaration
public const SqlDataType Real
Field Value
Type Description
SqlDataType

SmallInt

Declaration
public const SqlDataType SmallInt
Field Value
Type Description
SqlDataType

SqlVariant

Declaration
public const SqlDataType SqlVariant
Field Value
Type Description
SqlDataType

Text

Declaration
public const SqlDataType Text
Field Value
Type Description
SqlDataType

Timestamp

Declaration
public const SqlDataType Timestamp
Field Value
Type Description
SqlDataType

TinyInt

Declaration
public const SqlDataType TinyInt
Field Value
Type Description
SqlDataType

UniqueIdentifier

Declaration
public const SqlDataType UniqueIdentifier
Field Value
Type Description
SqlDataType

value__

Declaration
public short value__
Field Value
Type Description
System.Int16

Varbinary

Declaration
public const SqlDataType Varbinary
Field Value
Type Description
SqlDataType

Varchar

Declaration
public const SqlDataType Varchar
Field Value
Type Description
SqlDataType