Interface IDeleteConstraintColumnSyntax
Delete a constraint column
Namespace: FluentMigrator.Builders.Delete.Constraint
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IDeleteConstraintColumnSyntax
Methods
| Edit this page View SourceColumn(string)
The name of the column to delete
Declaration
void Column(string columnName)
Parameters
Type | Name | Description |
---|---|---|
string | columnName | The column name |
Columns(params string[])
The names of the columns to delete
Declaration
void Columns(params string[] columnNames)
Parameters
Type | Name | Description |
---|---|---|
string[] | columnNames | The column names |