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