Database.DeleteIndex Method |
Deletes the index with the given name
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntaxpublic void DeleteIndex(
string name
)
Parameters
- name
- Type: System.String
The name of the index to delete
See Also