Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IDatabase Interface
IDatabase Methods
Close Method
CreateDocument Method
CreateIndex Method
Delete Method
DeleteIndex Method
DocumentExists Method
GetDocument Method
InBatch Method
IDatabase
CreateDocument Method
Creates a new
IDocument
with a unique ID
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
Copy
IDocument
CreateDocument
()
Return Value
Type:
IDocument
The created document
See Also
Reference
IDatabase Interface
Couchbase.Lite Namespace