Table of Contents

Class WellKnownTypes.System.Data.SqlTypes

Namespace
LinqToDB.CodeModel
Assembly
linq2db.Tools.dll
public static class WellKnownTypes.System.Data.SqlTypes
Inheritance
WellKnownTypes.System.Data.SqlTypes

Properties

SqlBinary

SqlBinary type descriptor.

public static IType SqlBinary { get; }

Property Value

IType

SqlBoolean

SqlBoolean type descriptor.

public static IType SqlBoolean { get; }

Property Value

IType

SqlByte

SqlByte type descriptor.

public static IType SqlByte { get; }

Property Value

IType

SqlDateTime

SqlDateTime type descriptor.

public static IType SqlDateTime { get; }

Property Value

IType

SqlDecimal

SqlDecimal type descriptor.

public static IType SqlDecimal { get; }

Property Value

IType

SqlDouble

SqlDouble type descriptor.

public static IType SqlDouble { get; }

Property Value

IType

SqlGuid

SqlGuid type descriptor.

public static IType SqlGuid { get; }

Property Value

IType

SqlInt16

SqlInt16 type descriptor.

public static IType SqlInt16 { get; }

Property Value

IType

SqlInt32

SqlInt32 type descriptor.

public static IType SqlInt32 { get; }

Property Value

IType

SqlInt64

SqlInt64 type descriptor.

public static IType SqlInt64 { get; }

Property Value

IType

SqlMoney

SqlMoney type descriptor.

public static IType SqlMoney { get; }

Property Value

IType

SqlSingle

SqlSingle type descriptor.

public static IType SqlSingle { get; }

Property Value

IType

SqlString

SqlString type descriptor.

public static IType SqlString { get; }

Property Value

IType

SqlXml

SqlXml type descriptor.

public static IType SqlXml { get; }

Property Value

IType