Search Results for

    Show / Hide Table of Contents

    Interface IMigrationExpression

    The interface for a migration expression

    Inherited Members
    ICanBeValidated.CollectValidationErrors(ICollection<string>)
    Namespace: FluentMigrator.Expressions
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IMigrationExpression : ICanBeValidated

    Methods

    | Edit this page View Source

    ExecuteWith(IMigrationProcessor)

    Execute the expression with the given processor

    Declaration
    void ExecuteWith(IMigrationProcessor processor)
    Parameters
    Type Name Description
    IMigrationProcessor processor

    The processor to execute the expression with

    | Edit this page View Source

    Reverse()

    Create a reversing migration expression

    Declaration
    IMigrationExpression Reverse()
    Returns
    Type Description
    IMigrationExpression

    The reversing migration expression

    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.