Search Results for

    Show / Hide Table of Contents

    Interface ISequenceConvention

    A convention working on ISequenceExpression implementations

    Namespace: FluentMigrator.Runner.Conventions
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public interface ISequenceConvention

    Methods

    Apply(ISequenceExpression)

    Applies a convention to a ISequenceExpression

    Declaration
    ISequenceExpression Apply(ISequenceExpression expression)
    Parameters
    Type Name Description
    ISequenceExpression expression

    The expression this convention should be applied to

    Returns
    Type Description
    ISequenceExpression

    The same or a new expression. The underlying type must stay the same.

    In this article
    • Methods
      • Apply(ISequenceExpression)
    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.