Click or drag to resize

QueryRowKey Property

Gets the QueryRow's key.

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

Property Value

Type: Object
The QueryRow's key.
See Also