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