Aerospike LINDPad Driver

LPDHelpers..::..ToCDT Method (IEnumerable<(Of <(<'JObject>)>)>)

This will convert a list of JObject to a list of dictionary items.

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

Syntax


public static IEnumerable<IDictionary<string, Object>> ToCDT(
	IEnumerable<JObject> documentLst
)

Parameters

documentLst
Type: IEnumerable<(Of <(<'JObject>)>)>
A list of JSON documents/JObjects

Return Value

a list of dictionary items.