Interface ISchemaColumnSyntax
Query a columns existence
Namespace: FluentMigrator.Builders.Schema.Column
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ISchemaColumnSyntax
Methods
| Edit this page View SourceExists()
Returns true
when the column exists
Declaration
bool Exists()
Returns
Type | Description |
---|---|
bool |
|