DatabaseDeleteIndex Method |
Deletes the index with the given name
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax public void DeleteIndex(
string name
)
Parameters
- name
- Type: SystemString
The name of the index to delete
See Also