Click or drag to resize

RevisionDatabase Property

Gets the Database that owns the Revision's Document.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Database Database { get; }

Property Value

Type: Database
The Database that owns the Revision's Document.
See Also