Click or drag to resize
IBucketRemoveT Method (IDocumentT)
Removes a document from the database.

Namespace: Couchbase.Core
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IOperationResult Remove<T>(
	IDocument<T> document
)

Parameters

document
Type: CouchbaseIDocumentT
The IDocumentT to remove from the database.

Type Parameters

T
The type T of the object.

Return Value

Type: IOperationResult
An object implementing IDocumentResultT with information regarding the operation.
See Also