Releases all resource used by the
Query object.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax Remarks Call
Dispose when you are finished using the
Query. The
Dispose method leaves the
Query in an unusable state. After
calling
Dispose, you must release all references to the
Query so
the garbage collector can reclaim the memory that the
Query was occupying.
See Also