Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

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

Returns all the records based on the provided bins.

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

Syntax


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

Parameters

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

Return Value

A collection of records defined by bins

Exceptions


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

See Also


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