AUDFAccess..::..Execute Method (SetRecords, Object, array<Object>[]()[][])
Executes the UDF based on primaryKey and functionArgs
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
public Object Execute( SetRecords set, Object primaryKey, params Object[] functionArgs )
Parameters
- set
- Type: Aerospike.Database.LINQPadDriver.Extensions..::..SetRecords
The Aerospike Set
- primaryKey
- Type: Object
The primary value. This can be a Key, a Value, or any object value.
- functionArgs
- Type: array<Object>[]()[][]
Arguments passed to the UDF