ARecord..::..ToDictionary Method
Converts the record into a Dictionary<string, object> where the key is the bin name and the value is the bin's value.
To obtain the actual Aerospike Record see Record.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
public IDictionary<string, Object> ToDictionary()