Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

AValue..::..ToListItem Method

Always convert Value to a List. If Value is not a collection, the item is returned in a list.

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

Syntax


public IList<Object> ToListItem()

Return Value

A list of at least one element. If Value is a collection, that collection will be converted to an IList.