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