Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IExecuteBuilder

    Builds and executes an Sql statement.

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Execute
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IExecuteBuilder : IFluentBuilder
    Remarks

    Deals with multi-statements Sql.

    Methods

    View Source

    Sql(Sql<ISqlContext>)

    Specifies the Sql statement to execute.

    Declaration
    IExecutableBuilder Sql(Sql<ISqlContext> sql)
    Parameters
    Type Name Description
    Sql<ISqlContext> sql
    Returns
    Type Description
    IExecutableBuilder
    View Source

    Sql(String)

    Specifies the Sql statement to execute.

    Declaration
    IExecutableBuilder Sql(string sqlStatement)
    Parameters
    Type Name Description
    System.String sqlStatement
    Returns
    Type Description
    IExecutableBuilder
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Sql(Sql<ISqlContext>)
      • Sql(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX