Interface IDeleteColumnFromTableSyntax
Namespace: FluentMigrator.Builders.Delete.Column
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IDeleteColumnFromTableSyntax
Methods
Column(string)
Declaration
IDeleteColumnFromTableSyntax Column(string columnName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | columnName |
Returns
| Type | Description |
|---|---|
| IDeleteColumnFromTableSyntax |
FromTable(string)
Declaration
IInSchemaSyntax FromTable(string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tableName |
Returns
| Type | Description |
|---|---|
| IInSchemaSyntax |