Interface IForeignKeyExpression
Opt-in into the foreign key expressions conventions
Namespace: FluentMigrator.Expressions
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IForeignKeyExpression
Properties
| Edit this page View SourceForeignKey
Gets the foreign key definition
Declaration
ForeignKeyDefinition ForeignKey { get; }
Property Value
Type | Description |
---|---|
ForeignKeyDefinition |