Interface IDeleteDataOrInSchemaSyntax
Specify the schema or the condition of the data to delete
Inherited Members
Namespace: FluentMigrator.Builders.Delete
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IDeleteDataOrInSchemaSyntax : IDeleteDataSyntax
Methods
| Edit this page View SourceInSchema(string)
Specify the schema of the table to delete from
Declaration
IDeleteDataSyntax InSchema(string schemaName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | schemaName | The schema name |
Returns
| Type | Description |
|---|---|
| IDeleteDataSyntax | The next step |