Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
Document Class
Document Methods
Set Method
Set Method (IDictionary(String, Object))
Set Method (String, ArrayObject)
Set Method (String, Blob)
Set Method (String, DictionaryObject)
Set Method (String, Boolean)
Set Method (String, DateTimeOffset)
Set Method (String, Double)
Set Method (String, Int32)
Set Method (String, Int64)
Set Method (String, Object)
Set Method (String, Single)
Set Method (String, String)
Document
Set Method (String, Int32)
Sets the given key to the given value
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
Copy
public
IDictionaryObject
Set
(
string
key
,
int
value
)
Parameters
key
Type:
System
String
The key to set
value
Type:
System
Int32
The value to set
Return Value
Type:
IDictionaryObject
Itself for further processing
Implements
IDictionaryObject
Set(String, Int32)
See Also
Reference
Document Class
Set Overload
Couchbase.Lite Namespace