Interface ICreateForeignKeyForeignColumnOrInSchemaSyntax
Interface to define the foreign key columns or the foreign keys table schema
Inherited Members
Namespace: FluentMigrator.Builders.Create.ForeignKey
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateForeignKeyForeignColumnOrInSchemaSyntax : ICreateForeignKeyForeignColumnSyntax
Methods
| Edit this page View SourceInSchema(string)
Specify the schema of the foreign key table
Declaration
ICreateForeignKeyForeignColumnSyntax InSchema(string schemaName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | schemaName | The schema name |
Returns
| Type | Description |
|---|---|
| ICreateForeignKeyForeignColumnSyntax | Specify the foreign key columns |