Class CreateIndexCommandOptions
Options for creating a generic table index.
public class CreateIndexCommandOptions : CommandOptions
- Inheritance
-
CreateIndexCommandOptions
- Derived
- Inherited Members
Properties
IfNotExists
A value indicating whether to skip index creation if an index with the same name already exists, avoiding an error.
public bool IfNotExists { get; set; }