ASecondaryIndexAccess<(Of <(<'T>)>)>..::..Query Method (Object, array<String>[]()[][])
Performs a search on the secondary index based idxBinValue and the properties associated with the index.
For more information see Filter.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
public IEnumerable<T> Query( Object idxBinValue, params string[] bins )
Parameters
- idxBinValue
- Type: Object
The searchValue used to conduct the search associated with bin
- bins
- Type: array<String>[]()[][]
Only include these bins in the result.
Return Value
A collection of records that match the filters.Exceptions
Exception | Condition |
---|---|
AerospikeException | Thrown if an index cannot be found to match the filter |