Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

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

Returns all the records based on the associated bins.

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

Syntax


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

Parameters

bins
Type: array<String>[]()[][]
Only include these bins in the result.

Return Value

A collection of all records

Exceptions


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

See Also


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