Search Results for

    Show / Hide Table of Contents

    Class ExecuteEmbeddedSqlScriptExpressionBase

    Base class that handles execution of scripts stored as embedded resource

    Inheritance
    object
    MigrationExpressionBase
    ExecuteSqlScriptExpressionBase
    ExecuteEmbeddedSqlScriptExpressionBase
    ExecuteEmbeddedSqlScriptExpression
    Implements
    IMigrationExpression
    ICanBeValidated
    Inherited Members
    ExecuteSqlScriptExpressionBase.Parameters
    ExecuteSqlScriptExpressionBase.Execute(IMigrationProcessor, string)
    MigrationExpressionBase.ExecuteWith(IMigrationProcessor)
    MigrationExpressionBase.CollectValidationErrors(ICollection<string>)
    MigrationExpressionBase.Reverse()
    MigrationExpressionBase.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Expressions
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public abstract class ExecuteEmbeddedSqlScriptExpressionBase : ExecuteSqlScriptExpressionBase, IMigrationExpression, ICanBeValidated

    Methods

    | Edit this page View Source

    GetQualifiedResourcePath(IReadOnlyCollection<(string name, Assembly assembly)>, params string[])

    Gets the fully qualified resource name and assembly

    Declaration
    protected static (string name, Assembly assembly) GetQualifiedResourcePath(IReadOnlyCollection<(string name, Assembly assembly)> resourceNames, params string[] sqlScriptNames)
    Parameters
    Type Name Description
    IReadOnlyCollection<(string name, Assembly assembly)> resourceNames

    The resource names where the sqlScriptNames should be found

    string[] sqlScriptNames

    The names of the SQL script resources to be found

    Returns
    Type Description
    (string name, Assembly assembly)

    the fully qualified resource name and assembly

    Implements

    IMigrationExpression
    ICanBeValidated

    Extension Methods

    LegacyValidationExtensions.CollectErrors(ICanBeValidated, ICollection<string>, IServiceProvider)
    LegacyValidationExtensions.TryCollectResults(ICanBeValidated, ICollection<ValidationResult>, IServiceProvider, IDictionary<object, object>)
    • Edit this page
    • View Source
    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.