Interface ICreateForeignKeyPrimaryColumnOrInSchemaSyntax
Specify the schema of the foreign keys primary table
Inherited Members
Namespace: FluentMigrator.Builders.Create.ForeignKey
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateForeignKeyPrimaryColumnOrInSchemaSyntax : ICreateForeignKeyPrimaryColumnSyntax
Methods
InSchema(string)
Specify the schema of the foreign keys primary table
Declaration
ICreateForeignKeyPrimaryColumnSyntax InSchema(string schemaName)
Parameters
Type | Name | Description |
---|---|---|
string | schemaName | The schema name |
Returns
Type | Description |
---|---|
ICreateForeignKeyPrimaryColumnSyntax | Specify the foreign keys primary table columns |