Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

AValue..::..ToDictionary Method

Tries to convert Value to a IDictionary. If not possible an empty IDictionary is returned.

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

Syntax


public IDictionary<Object, Object> ToDictionary()

Return Value

An IDictionary, if possible, or an empty IDictionary.