Interface ISchemaSchemaSyntax
Namespace: FluentMigrator.Builders.Schema.Schema
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ISchemaSchemaSyntax
Methods
Exists()
Declaration
bool Exists()
Returns
| Type | Description |
|---|---|
| bool |
Table(string)
Declaration
ISchemaTableSyntax Table(string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tableName |
Returns
| Type | Description |
|---|---|
| ISchemaTableSyntax |