Search Results for

    Show / Hide Table of Contents

    Interface IExecuteExpressionRoot

    Namespace: FluentMigrator.Builders.Execute
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IExecuteExpressionRoot

    Methods

    EmbeddedScript(string)

    Declaration
    void EmbeddedScript(string embeddedSqlScriptName)
    Parameters
    Type Name Description
    string embeddedSqlScriptName

    EmbeddedScript(string, IDictionary<string, string>)

    Declaration
    void EmbeddedScript(string embeddedSqlScriptName, IDictionary<string, string> parameters)
    Parameters
    Type Name Description
    string embeddedSqlScriptName
    IDictionary<string, string> parameters

    Script(string)

    Declaration
    void Script(string pathToSqlScript)
    Parameters
    Type Name Description
    string pathToSqlScript

    Script(string, IDictionary<string, string>)

    Declaration
    void Script(string pathToSqlScript, IDictionary<string, string> parameters)
    Parameters
    Type Name Description
    string pathToSqlScript
    IDictionary<string, string> parameters

    Sql(string)

    Declaration
    void Sql(string sqlStatement)
    Parameters
    Type Name Description
    string sqlStatement

    WithConnection(Action<IDbConnection, IDbTransaction>)

    Declaration
    void WithConnection(Action<IDbConnection, IDbTransaction> operation)
    Parameters
    Type Name Description
    Action<IDbConnection, IDbTransaction> operation
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.