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