C# Class Gribble.TransactSql.DataTypes

Mostrar archivo Open project: mikeobrien/Gribble

Public Properties

Property Type Description
BigInt SqlDataType
Binary SqlDataType
Bit SqlDataType
Char SqlDataType
Date SqlDataType
Datetime SqlDataType
Datetime2 SqlDataType
DatetimeOffset SqlDataType
Decimal SqlDataType
Float SqlDataType
Int SqlDataType
Money SqlDataType
NChar SqlDataType
NText SqlDataType
NVarChar SqlDataType
Numeric SqlDataType
Real SqlDataType
SmallDatetime SqlDataType
SmallInt SqlDataType
SmallMoney SqlDataType
Text SqlDataType
Time SqlDataType
Timestamp SqlDataType
TinyInt SqlDataType
TypesWithLength SqlDataType[]
TypesWithScaleAndPrecision SqlDataType[]
Uniqueidentifier SqlDataType
VarBinary SqlDataType
VarChar SqlDataType
Variant SqlDataType

Public Methods

Method Description
GetClrType ( this sqlId, bool nullable ) : Type
GetSqlType ( this sqlId ) : SqlDbType
GetSqlTypeId ( this sqlType ) : byte
GetSqlTypeName ( this clrType ) : string

Method Details

GetClrType() public static method

public static GetClrType ( this sqlId, bool nullable ) : Type
sqlId this
nullable bool
return System.Type

GetSqlType() public static method

public static GetSqlType ( this sqlId ) : SqlDbType
sqlId this
return SqlDbType

GetSqlTypeId() public static method

public static GetSqlTypeId ( this sqlType ) : byte
sqlType this
return byte

GetSqlTypeName() public static method

public static GetSqlTypeName ( this clrType ) : string
clrType this
return string

Property Details

BigInt public_oe static_oe property

public static SqlDataType BigInt
return SqlDataType

Binary public_oe static_oe property

public static SqlDataType Binary
return SqlDataType

Bit public_oe static_oe property

public static SqlDataType Bit
return SqlDataType

Char public_oe static_oe property

public static SqlDataType Char
return SqlDataType

Date public_oe static_oe property

public static SqlDataType Date
return SqlDataType

Datetime public_oe static_oe property

public static SqlDataType Datetime
return SqlDataType

Datetime2 public_oe static_oe property

public static SqlDataType Datetime2
return SqlDataType

DatetimeOffset public_oe static_oe property

public static SqlDataType DatetimeOffset
return SqlDataType

Decimal public_oe static_oe property

public static SqlDataType Decimal
return SqlDataType

Float public_oe static_oe property

public static SqlDataType Float
return SqlDataType

Int public_oe static_oe property

public static SqlDataType Int
return SqlDataType

Money public_oe static_oe property

public static SqlDataType Money
return SqlDataType

NChar public_oe static_oe property

public static SqlDataType NChar
return SqlDataType

NText public_oe static_oe property

public static SqlDataType NText
return SqlDataType

NVarChar public_oe static_oe property

public static SqlDataType NVarChar
return SqlDataType

Numeric public_oe static_oe property

public static SqlDataType Numeric
return SqlDataType

Real public_oe static_oe property

public static SqlDataType Real
return SqlDataType

SmallDatetime public_oe static_oe property

public static SqlDataType SmallDatetime
return SqlDataType

SmallInt public_oe static_oe property

public static SqlDataType SmallInt
return SqlDataType

SmallMoney public_oe static_oe property

public static SqlDataType SmallMoney
return SqlDataType

Text public_oe static_oe property

public static SqlDataType Text
return SqlDataType

Time public_oe static_oe property

public static SqlDataType Time
return SqlDataType

Timestamp public_oe static_oe property

public static SqlDataType Timestamp
return SqlDataType

TinyInt public_oe static_oe property

public static SqlDataType TinyInt
return SqlDataType

TypesWithLength public_oe static_oe property

public static SqlDataType[] TypesWithLength
return SqlDataType[]

TypesWithScaleAndPrecision public_oe static_oe property

public static SqlDataType[] TypesWithScaleAndPrecision
return SqlDataType[]

Uniqueidentifier public_oe static_oe property

public static SqlDataType Uniqueidentifier
return SqlDataType

VarBinary public_oe static_oe property

public static SqlDataType VarBinary
return SqlDataType

VarChar public_oe static_oe property

public static SqlDataType VarChar
return SqlDataType

Variant public_oe static_oe property

public static SqlDataType Variant
return SqlDataType