IIndexableGraphDropIndex Method |
Remove an index associated with the graph.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax void DropIndex(
string indexName
)
Sub DropIndex (
indexName As String
)
void DropIndex(
String^ indexName
)
abstract DropIndex :
indexName : string -> unit
Parameters
- indexName
- Type: SystemString
the name of the index to drop
See Also