Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

SetRecords<(Of <(<'T>)>)>..::..Query Method (Filter, array<String>[]()[][])

Performs a secondary index query using the provided Filter.

Namespace:  Aerospike.Database.LINQPadDriver.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


public IEnumerable<T> Query(
	Filter secondaryIdxFilter,
	params string[] bins
)

Parameters

secondaryIdxFilter
Type: Filter
The filter used against the secondary index
bins
Type: array<String>[]()[][]
Only include these bins in the result.

Return Value

A collection of records that match the filter.

Exceptions


ExceptionCondition
AerospikeExceptionThrown if an index cannot be found to match the filter