Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableDocument Class
MutableDocument Methods
GetArray Method
GetDictionary Method
Remove Method
SetArray Method
SetBlob Method
SetBoolean Method
SetData Method
SetDate Method
SetDictionary Method
SetDouble Method
SetFloat Method
SetInt Method
SetLong Method
SetString Method
SetValue Method
ToMutable Method
ToString Method
MutableDocument
Remove Method
Removes the given key from this dictionary
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
public
IMutableDictionary
Remove
(
string
key
)
Parameters
key
Type:
System
String
The key to remove
Return Value
Type:
IMutableDictionary
Itself for further processing
Implements
IMutableDictionary
Remove(String)
See Also
Reference
MutableDocument Class
Couchbase.Lite Namespace