AerospikeClient Query Method (QueryPolicy, Statement, Action Key, Record )Aerospike
Execute query and call action for each record returned from server.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.3.0.0 (3.3.1)
Syntax

Parameters

policy
Type: Aerospike.Client QueryPolicy
generic configuration parameters, pass in null for defaults
statement
Type: Aerospike.Client Statement
database query command
action
Type: OnlineSystem Action Key, Record 
action methods to be called for each record
Exceptions

See Also