Interface ISchemaSchemaSyntax
Query a schemas (or its of its tables) existence
Namespace: FluentMigrator.Builders.Schema.Schema
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ISchemaSchemaSyntax
Methods
| Edit this page View SourceExists()
Returns true
when a schema exists
Declaration
bool Exists()
Returns
Type | Description |
---|---|
bool |
|
Table(string)
Specify the table name as basis for a query a database objects existence
Declaration
ISchemaTableSyntax Table(string tableName)
Parameters
Type | Name | Description |
---|---|---|
string | tableName | The table name |
Returns
Type | Description |
---|---|
ISchemaTableSyntax | The next step |