Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

SetRecords<(Of <(<'T>)>)>..::..Query Method

Overload List


  Name Description
Public method Query(array<String>[]()[][])
Returns all the records based on the associated bins.
Public method Query(Exp, array<String>[]()[][])
Performs a Query(QueryPolicy, Statement) applying the expression filter.
Public method Query(Filter, array<String>[]()[][])
Performs a secondary index query using the provided Filter.
Public method Query(Filter, Exp, array<String>[]()[][])
Performs a secondary index query using the provided Filter and than apply the filter expression.
Public method Query(String, Filter, Exp, array<String>[]()[][])
Performs a secondary index query or expression query using the provided arguments.
(Inherited from SetRecords.)