A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Couchbase.Lite
Database Class
Database Methods
AsQueryable Method
ChangeEncryptionKey Method
Close Method
Compact Method
CreateAllDocumentsQuery Method
CreateDocument Method
CreatePullReplication Method
CreatePushReplication Method
DatabaseStorageChanged Method
Delete Method
DeleteLocalDocument Method
Dispose Method
GetDocument Method
GetDocumentCount Method
GetExistingDocument Method
GetExistingLocalDocument Method
GetExistingView Method
GetFilter Method
GetLastSequenceNumber Method
GetMaxRevTreeDepth Method
GetTotalDataSize Method
GetValidation Method
GetView Method
PutLocalDocument Method
RunAsync Method
RunInTransaction Method
SetFilter Method
SetMaxRevTreeDepth Method
SetValidation Method
StorageExitedTransaction Method
ToString Method
Database
DeleteLocalDocument Method
Deletes the local
Document
with the given id.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
Copy
public
bool
DeleteLocalDocument
(
string
id
)
Parameters
id
Type:
System
String
Identifier.
Return Value
Type:
Boolean
true
, if local
Document
was deleted,
false
otherwise.
Exceptions
Exception
Condition
CouchbaseLiteException
Thrown if there is an issue occurs while deleting the local document.
See Also
Reference
Database Class
Couchbase.Lite Namespace