Interface ISequenceConvention
A convention working on ISequence
Namespace: FluentMigrator .Runner.Conventions
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface ISequenceConvention
Methods
Apply(ISequenceExpression)
Applies a convention to a ISequence
Declaration
ISequenceExpression Apply(ISequenceExpression expression)
Parameters
Type | Name | Description |
---|---|---|
ISequence |
expression | The expression this convention should be applied to |
Returns
Type | Description |
---|---|
ISequence |
The same or a new expression. The underlying type must stay the same. |