Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
Database Class
Database Methods
Delete Method
Delete Method
Delete Method (Document)
Delete Method (String, String)
Database
Delete Method (Document)
Deletes the given
Document
from the database
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
Copy
public
void
Delete
(
Document
document
)
Parameters
document
Type:
Couchbase.Lite
Document
The document to delete
Exceptions
Exception
Condition
InvalidOperationException
Thrown when trying to delete a document from a database other than the one it was previously added to
See Also
Reference
Database Class
Delete Overload
Couchbase.Lite Namespace