BodyHasValueForKey Method |
Determines whether this instance has value the specified key.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public bool HasValueForKey(
string key
)
Parameters
- key
- Type: SystemString
The key to check
Return Value
Type:
Booleantrue if this instance has value for the specified key; otherwise,
false.
See Also