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