Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

SetRecords..::..Query Method

Overload List


  Name Description
Public method Query(array<String>[]()[][])
Returns all the records based on the provided 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. See ASecondaryIndexAccess for directly using secondary indexes.
Public method Query(Filter, Exp, array<String>[]()[][])
Performs a secondary index query using the provided Filter and than apply the filter expression. See ASecondaryIndexAccess for directly using secondary indexes.
Public method Query(String, Filter, Exp, array<String>[]()[][])
Performs a secondary index query or expression query using the provided arguments.