Interface ICreateForeignKeyPrimaryColumnSyntax
Namespace: FluentMigrator.Builders.Create.ForeignKey
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateForeignKeyPrimaryColumnSyntax
Methods
PrimaryColumn(string)
Declaration
ICreateForeignKeyCascadeSyntax PrimaryColumn(string column)
Parameters
| Type | Name | Description |
|---|---|---|
| string | column |
Returns
| Type | Description |
|---|---|
| ICreateForeignKeyCascadeSyntax |
PrimaryColumns(params string[])
Declaration
ICreateForeignKeyCascadeSyntax PrimaryColumns(params string[] columns)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | columns |
Returns
| Type | Description |
|---|---|
| ICreateForeignKeyCascadeSyntax |