Interface ISequenceConvention
A convention working on ISequenceExpression implementations
Namespace: FluentMigrator.Runner.Conventions
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface ISequenceConvention
Methods
| Edit this page View SourceApply(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. |