Class DefaultAutoNameConvention
The default implementation of a IAutoNameConvention
Implements
Inherited Members
Namespace: FluentMigrator.Runner.Conventions
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public class DefaultAutoNameConvention : IAutoNameConvention
Methods
| Edit this page View SourceApply(IAutoNameExpression)
Applies a convention to a IAutoNameExpression
Declaration
public IAutoNameExpression Apply(IAutoNameExpression expression)
Parameters
Type | Name | Description |
---|---|---|
IAutoNameExpression | expression | The expression this convention should be applied to |
Returns
Type | Description |
---|---|
IAutoNameExpression | The same or a new expression. The underlying type must stay the same. |