Interface IDeleteConstraintOnTableSyntax
Delete the constraint from the given table
Namespace: FluentMigrator.Builders.Delete.Constraint
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IDeleteConstraintOnTableSyntax
  Methods
| Edit this page View SourceFromTable(string)
Specify the table to delete the constraint from
Declaration
IDeleteConstraintInSchemaOptionsSyntax FromTable(string tableName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | tableName | The table name  | 
      
Returns
| Type | Description | 
|---|---|
| IDeleteConstraintInSchemaOptionsSyntax | The next step  |