Search Results for

    Show / Hide Table of Contents

    Struct RawSqlString

    A string representing a raw SQL query. This type enables overload resolution between the regular and interpolated .

    Namespace: LinqToDB.Common
    Assembly: linq2db.dll
    Syntax
    public struct RawSqlString

    Constructors

    | Improve this Doc View Source

    RawSqlString(String)

    Constructs a RawSqlString from a

    Declaration
    public RawSqlString(string s)
    Parameters
    Type Name Description
    System.String s

    The string.

    Properties

    | Improve this Doc View Source

    Format

    The string format.

    Declaration
    public readonly string Format { get; }
    Property Value
    Type Description
    System.String

    Operators

    | Improve this Doc View Source

    Implicit(String to RawSqlString)

    Implicitly converts a to a RawSqlString

    Declaration
    public static implicit operator RawSqlString(string s)
    Parameters
    Type Name Description
    System.String s

    The string.

    Returns
    Type Description
    RawSqlString

    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