Interface IDeleteConstraintInSchemaOptionsSyntax
Define the schema of the constraint to delete
Inherited Members
Namespace: FluentMigrator.Builders.Delete.Constraint
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IDeleteConstraintInSchemaOptionsSyntax : IDeleteConstraintColumnSyntax
Methods
| Edit this page View SourceInSchema(string)
Define the schema of the constraint to delete
Declaration
IDeleteConstraintInSchemaOptionsSyntax InSchema(string schemaName)
Parameters
Type | Name | Description |
---|---|---|
string | schemaName | The schema name |
Returns
Type | Description |
---|---|
IDeleteConstraintInSchemaOptionsSyntax | The next step |