Interface IDeleteForeignKeyForeignColumnOrInSchemaSyntax
Define the schema or foreign key column to delete
Inherited Members
Namespace: FluentMigrator.Builders.Delete.ForeignKey
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IDeleteForeignKeyForeignColumnOrInSchemaSyntax : IDeleteForeignKeyForeignColumnSyntax
Methods
| Edit this page View SourceInSchema(string)
Define the schema
Declaration
IDeleteForeignKeyForeignColumnSyntax InSchema(string foreignSchemaName)
Parameters
Type | Name | Description |
---|---|---|
string | foreignSchemaName | The schema of the foreign key |
Returns
Type | Description |
---|---|
IDeleteForeignKeyForeignColumnSyntax | The next step |