Search Results for

    Show / Hide Table of Contents

    Struct Sql.SqlID

    Implements
    IToSqlConverter
    Namespace: LinqToDB
    Assembly: linq2db.dll
    Syntax
    public readonly struct SqlID : IToSqlConverter

    Constructors

    | Improve this Doc View Source

    SqlID(Sql.SqlIDType, String)

    Declaration
    public SqlID(Sql.SqlIDType type, string id)
    Parameters
    Type Name Description
    Sql.SqlIDType type
    System.String id

    Properties

    | Improve this Doc View Source

    ID

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

    Type

    Declaration
    public readonly Sql.SqlIDType Type { get; }
    Property Value
    Type Description
    Sql.SqlIDType

    Methods

    | Improve this Doc View Source

    Equals(Nullable<Object>)

    Declaration
    public override readonly bool Equals(object? obj)
    Parameters
    Type Name Description
    System.Nullable<System.Object> obj
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override readonly int GetHashCode()
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    Parse(String)

    Declaration
    public static Sql.SqlID Parse(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    Sql.SqlID
    | Improve this Doc View Source

    ToSql(Expression)

    Declaration
    public readonly ISqlExpression ToSql(Expression expression)
    Parameters
    Type Name Description
    Expression expression
    Returns
    Type Description
    ISqlExpression
    | Improve this Doc View Source

    ToString()

    Declaration
    public override readonly string ToString()
    Returns
    Type Description
    System.String

    Implements

    IToSqlConverter

    Extension Methods

    Map.DeepCopy<T>(T)
    Sql.IsDistinctFrom<T>(T, T)
    Sql.IsDistinctFrom<T>(T, Nullable<T>)
    Sql.IsNotDistinctFrom<T>(T, T)
    Sql.IsNotDistinctFrom<T>(T, Nullable<T>)
    SqlExtensions.In<T>(T, IEnumerable<T>)
    SqlExtensions.In<T>(T, IQueryable<T>)
    SqlExtensions.In<T>(T, T[])
    SqlExtensions.In<T>(T, T, T)
    SqlExtensions.In<T>(T, T, T, T)
    SqlExtensions.NotIn<T>(T, IEnumerable<T>)
    SqlExtensions.NotIn<T>(T, IQueryable<T>)
    SqlExtensions.NotIn<T>(T, T[])
    SqlExtensions.NotIn<T>(T, T, T)
    SqlExtensions.NotIn<T>(T, T, T, T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2011-2022 linq2db.com

    Generated by DocFX