Overload List
Name | Description | |
---|---|---|
![]() | Add(Object, Object, CitrusleafWriteInfo) |
Used for integer values only.
Add value to existing bin value for specified key.
If the record or bin does not exist, it will be created with the specified value.
The following properties must be set before using this method.
|
![]() | Add(String, String, Object, IDictionary String, Object , CitrusleafWriteInfo) |
Used for integer values only.
Add value to existing bin value for each bin for specified key.
If the record or bin does not exist, it will be created with the specified value.
|
![]() | Add(String, String, Object, IList String , IList Object , CitrusleafWriteInfo) |
Used for integer values only.
Add value to existing bin value for each bin for specified key.
If the record or bin does not exist, it will be created with the specified value.
|
![]() | Add(String, String, Object, String, Object, CitrusleafWriteInfo) |
Used for integer values only. Add value to existing bin value for specified key.
If the record or bin does not exist, it will be created with the specified value.
|
See Also