Click or drag to resize

DatabaseDeleteIndex Method

Deletes the index with the given name

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public void DeleteIndex(
	string name
)

Parameters

name
Type: SystemString
The name of the index to delete
See Also