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