IBucket Prepend Method (String, String)Couchbase .NET SDK 2.0
Prepends a value to a give key.

Namespace: Couchbase.Core
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IOperationResult<string> Prepend(
	string key,
	string value
)

Parameters

key
Type: System String
The key to Prepend too.
value
Type: System String
The value to prepend to the key.

Return Value

Type: IOperationResult String 
An IOperationResult with the status of the operation.
See Also