Search Results for

    Show / Hide Table of Contents
    View Source

    Class SqlTranslator<T>

    Represents the Sql Translator for translating a IQuery object to Sql

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Querying
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class SqlTranslator<T>
    Type Parameters
    Name Description
    T

    Constructors

    View Source

    SqlTranslator(Sql<ISqlContext>, IQuery<T>)

    Declaration
    public SqlTranslator(Sql<ISqlContext> sql, IQuery<T> query)
    Parameters
    Type Name Description
    Sql<ISqlContext> sql
    IQuery<T> query

    Methods

    View Source

    ToString()

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

    Translate()

    Declaration
    public Sql<ISqlContext> Translate()
    Returns
    Type Description
    Sql<ISqlContext>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SqlTranslator(Sql<ISqlContext>, IQuery<T>)
    • Methods
      • ToString()
      • Translate()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX