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