SetRecords<(Of <(<'T>)>)>..::..Query Method (array<String>[]()[][])
Returns all the records based on the associated bins.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
public IEnumerable<T> Query( params string[] bins )
Parameters
- bins
- Type: array<String>[]()[][]
Only include these bins in the result.
Return Value
A collection of all recordsExceptions
Exception | Condition |
---|---|
AerospikeException | Thrown if an index cannot be found to match the filter |