Gets value for a given key
Namespace: Couchbase.CoreAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIOperationResult<T> Get<T>(
string key
)
Function Get(Of T) (
key As String
) As IOperationResult(Of T)
generic<typename T>
IOperationResult<T>^ Get(
String^ key
)
abstract Get :
key : string -> IOperationResult<'T>
Parameters
- key
- Type: SystemString
The key to use as a lookup.
Type Parameters
- T
- The type T to convert the value to.
Return Value
Type:
IOperationResultTAn object implementing the
IOperationResultTinterface.
See Also