Search Results for

    Show / Hide Table of Contents

    Class Sql.Types

    Inheritance
    System.Object
    Sql.Types
    Namespace: LinqToDB
    Assembly: linq2db.dll
    Syntax
    public static class Types : object

    Properties

    | Improve this Doc View Source

    BigInt

    Declaration
    public static long BigInt { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Bit

    Declaration
    public static bool Bit { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Date

    Declaration
    public static DateTime Date { get; }
    Property Value
    Type Description
    DateTime
    | Improve this Doc View Source

    DateTime

    Declaration
    public static DateTime DateTime { get; }
    Property Value
    Type Description
    DateTime
    | Improve this Doc View Source

    DateTime2

    Declaration
    public static DateTime DateTime2 { get; }
    Property Value
    Type Description
    DateTime
    | Improve this Doc View Source

    DateTimeOffset

    Declaration
    public static DateTimeOffset DateTimeOffset { get; }
    Property Value
    Type Description
    DateTimeOffset
    | Improve this Doc View Source

    DefaultChar

    Declaration
    public static string DefaultChar { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DefaultDecimal

    Declaration
    public static decimal DefaultDecimal { get; }
    Property Value
    Type Description
    System.Decimal
    | Improve this Doc View Source

    DefaultNChar

    Declaration
    public static string DefaultNChar { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DefaultNVarChar

    Declaration
    public static string DefaultNVarChar { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DefaultVarChar

    Declaration
    public static string DefaultVarChar { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Float

    Declaration
    public static double Float { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Int

    Declaration
    public static int Int { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Money

    Declaration
    public static decimal Money { get; }
    Property Value
    Type Description
    System.Decimal
    | Improve this Doc View Source

    Real

    Declaration
    public static float Real { get; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    SmallDateTime

    Declaration
    public static DateTime SmallDateTime { get; }
    Property Value
    Type Description
    DateTime
    | Improve this Doc View Source

    SmallInt

    Declaration
    public static short SmallInt { get; }
    Property Value
    Type Description
    System.Int16
    | Improve this Doc View Source

    SmallMoney

    Declaration
    public static decimal SmallMoney { get; }
    Property Value
    Type Description
    System.Decimal
    | Improve this Doc View Source

    Time

    Declaration
    public static DateTime Time { get; }
    Property Value
    Type Description
    DateTime
    | Improve this Doc View Source

    TinyInt

    Declaration
    public static byte TinyInt { get; }
    Property Value
    Type Description
    System.Byte

    Methods

    | Improve this Doc View Source

    Char(Int32)

    Declaration
    public static string Char(int length)
    Parameters
    Type Name Description
    System.Int32 length
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Decimal(Int32)

    Declaration
    public static decimal Decimal(int precision)
    Parameters
    Type Name Description
    System.Int32 precision
    Returns
    Type Description
    System.Decimal
    | Improve this Doc View Source

    Decimal(Int32, Int32)

    Declaration
    public static decimal Decimal(int precision, int scale)
    Parameters
    Type Name Description
    System.Int32 precision
    System.Int32 scale
    Returns
    Type Description
    System.Decimal
    | Improve this Doc View Source

    NChar(Int32)

    Declaration
    public static string NChar(int length)
    Parameters
    Type Name Description
    System.Int32 length
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    NVarChar(Int32)

    Declaration
    public static string NVarChar(int length)
    Parameters
    Type Name Description
    System.Int32 length
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    VarChar(Int32)

    Declaration
    public static string VarChar(int length)
    Parameters
    Type Name Description
    System.Int32 length
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2011-2022 linq2db.com

    Generated by DocFX