Removes a document for a given key from the database.
Namespace: Couchbase.CoreAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
SyntaxIOperationResult Remove(
string key
)
IOperationResult Remove(
string key
)
Function Remove (
key As String
) As IOperationResult
Function Remove (
key As String
) As IOperationResult
IOperationResult^ Remove(
String^ key
)
IOperationResult^ Remove(
String^ key
)
abstract Remove :
key : string -> IOperationResult
abstract Remove :
key : string -> IOperationResult
Parameters
- key
- Type: System.String
The key to remove from the database
Return Value
Type:
IOperationResultAn object implementing the
IOperationResult<T>interface.
See Also