Appends a value to a give key.
Namespace: Couchbase.CoreAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIOperationResult<string> Append(
string key,
string value
)
Function Append (
key As String,
value As String
) As IOperationResult(Of String)
IOperationResult<String^>^ Append(
String^ key,
String^ value
)
abstract Append :
key : string *
value : string -> IOperationResult<string>
Parameters
- key
- Type: SystemString
The key to append too. - value
- Type: SystemString
The value to append to the key.
Return Value
Type:
IOperationResultString[Missing <returns> documentation for "M:Couchbase.Core.IBucket.Append(System.String,System.String)"]
See Also