Class DropTableIndexOptions
Options for dropping a table index.
public class DropTableIndexOptions : DatabaseCommandOptions
- Inheritance
-
DropTableIndexOptions
- Inherited Members
Properties
IfExists
A value indicating whether to skip the drop operation if the index does not exist, avoiding an error.
public bool IfExists { get; set; }