Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

AValue..::..ToList Method

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

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

Syntax


public IList<Object> ToList()

Return Value

An IList, if possible, otherwise an empty IList.