Class DeleteIndexExpression
Inheritance
DeleteIndexExpression
Assembly: FluentMigrator.Abstractions.dll
Syntax
public class DeleteIndexExpression : MigrationExpressionBase, IMigrationExpression, ICanBeValidated, ISupportAdditionalFeatures, IIndexExpression
Properties
AdditionalFeatures
Declaration
public IDictionary<string, object> AdditionalFeatures { get; }
Property Value
Index
Gets the index definition
Declaration
public virtual IndexDefinition Index { get; set; }
Property Value
Methods
CollectValidationErrors(ICollection<string>)
Declaration
public override void CollectValidationErrors(ICollection<string> errors)
Parameters
Overrides
ExecuteWith(IMigrationProcessor)
Declaration
public override void ExecuteWith(IMigrationProcessor processor)
Parameters
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides
Implements
Extension Methods