QueryRowAsJSONDictionary Method |
Returns the query row formatted as a JSON object
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public IDictionary<string, Object> AsJSONDictionary()
Return Value
Type:
IDictionaryString,
ObjectThe query row formatted as a JSON object
See Also