Search Results for

    Show / Hide Table of Contents

    Interface IExecuteBuilder

    Builds and executes an Sql statement.

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

    Deals with multi-statements Sql.

    Methods

    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

    Sql(String)

    Specifies the Sql statement to execute.

    Declaration
    IExecutableBuilder Sql(string sqlStatement)
    Parameters
    Type Name Description
    System.String sqlStatement
    Returns
    Type Description
    IExecutableBuilder
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX