MemcachedBucket Remove Method (String)Couchbase .NET SDK 2.0
For a given key, removes a document from the database.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public IOperationResult Remove(
	string key
)

Parameters

key
Type: System String
The unique key for indexing.

Return Value

Type: IOperationResult
An object implementing the IOperationResult T interface.

Implements

IBucket Remove(String)
See Also