Interface IDeleteDataOrInSchemaSyntax
Inherited Members
Namespace: FluentMigrator.Builders.Delete
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IDeleteDataOrInSchemaSyntax : IDeleteDataSyntax
  Methods
InSchema(string)
Declaration
IDeleteDataSyntax InSchema(string schemaName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | schemaName | 
Returns
| Type | Description | 
|---|---|
| IDeleteDataSyntax |