Interface IDeleteIndexForTableBuilder
Builds a Delete expression.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Delete.Index
Assembly: cs.temp.dll.dll
Syntax
public interface IDeleteIndexForTableBuilder : IFluentBuilder
Methods
OnTable(String)
Specifies the table of the index to delete.
Declaration
IExecutableBuilder OnTable(string tableName)
Parameters
Type | Name | Description |
---|---|---|
System. |
tableName |
Returns
Type | Description |
---|---|
IExecutable |