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

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.2.0 (2.0.2.0)
Syntax
public 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.

Implements

IBucket Prepend(String, String)
See Also