A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Couchbase.Lite
QueryRow Class
QueryRow Properties
Database Property
Document Property
DocumentId Property
DocumentProperties Property
DocumentRevisionId Property
Key Property
SequenceNumber Property
SourceDocumentId Property
Value Property
QueryRow
DocumentProperties Property
Gets the properties of the associated
Document
.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
Copy
public
IDictionary
<
string
,
Object
>
DocumentProperties
{
get
; }
Property Value
Type:
IDictionary
String
,
Object
The properties of the associated
Document
.
See Also
Reference
QueryRow Class
Couchbase.Lite Namespace