View Source
Class DeleteIndexExpression
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class DeleteIndexExpression : MigrationExpressionBase, IMigrationExpression
Constructors
View Source
DeleteIndexExpression(IMigrationContext)
Declaration
public DeleteIndexExpression(IMigrationContext context)
Parameters
View Source
DeleteIndexExpression(IMigrationContext, IndexDefinition)
Declaration
public DeleteIndexExpression(IMigrationContext context, IndexDefinition index)
Parameters
Properties
View Source
Index
Declaration
public IndexDefinition Index { get; }
Property Value
Methods
View Source
GetSql()
Declaration
protected override string GetSql()
Returns
Type |
Description |
System.String |
|