Click or drag to resize
IBucketPrepend Method
Prepends a value to a give key.

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

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