Click or drag to resize
IBucketRemove Method (String)
Removes a document for a given key from the database.

Namespace: Couchbase.Core
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IOperationResult Remove(
	string key
)

Parameters

key
Type: SystemString
The key to remove from the database

Return Value

Type: IOperationResult
An object implementing the IOperationResultTinterface.
See Also