Class DefaultIndexNameConvention
The default implementation of a IIndexConvention
Implements
Inherited Members
Namespace: FluentMigrator.Runner.Conventions
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public class DefaultIndexNameConvention : IIndexConvention
Remarks
It sets the default name of an index.
Methods
| Edit this page View SourceApply(IIndexExpression)
Applies a convention to a IIndexExpression
Declaration
public 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. |