Search Results for

    Show / Hide Table of Contents

    Interface IMigrationExpressionValidator

    Interface for a migration expression validator

    Namespace: FluentMigrator.Validation
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IMigrationExpressionValidator

    Methods

    | Edit this page View Source

    Validate(IMigrationExpression)

    Validates the given migration expression

    Declaration
    [NotNull]
    [ItemNotNull]
    IEnumerable<ValidationResult> Validate(IMigrationExpression expression)
    Parameters
    Type Name Description
    IMigrationExpression expression

    The migration expression to validate

    Returns
    Type Description
    IEnumerable<ValidationResult>

    The validation results

    • 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.