IBucketRemove Method (String) |
Removes a document for a given key from the database.
Namespace: Couchbase.CoreAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIOperationResult Remove(
string key
)
Function Remove (
key As String
) As IOperationResult
IOperationResult^ Remove(
String^ key
)
abstract Remove :
key : string -> IOperationResult
Parameters
- key
- Type: SystemString
The key to remove from the database
Return Value
Type:
IOperationResultAn object implementing the
IOperationResultTinterface.
See Also