IAerospikeClient 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.9.15.0 (3.9.15)
Syntax

Parameters

policy
Type: Aerospike.Client QueryPolicy
generic configuration parameters, pass in null for defaults
statement
Type: Aerospike.Client Statement
query filter. Statement instance is not suitable for reuse since it's modified in this method.
action
Type: System Action Key, Record 
action methods to be called for each record
Exceptions

See Also