Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

SetRecords..::..Operate Method

Executes an Aerospike operation against the set based on the primary key.

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

Syntax


public ARecord Operate(
	Object primaryKey,
	params Operation[] operations
)

Parameters

primaryKey
Type: Object
The primary key which can be a Aerospike AerospikeKey or Value or a .Net type.
operations
Type: array<Operation>[]()[][]
Aerospike operations (Expression). Operation, ExpOperation, Operation, MapOperation, or ListOperation

Return Value

The resulting record or an exception...