LPDHelpers..::..ToCDT Method (IEnumerable<(Of <(<'JObject>)>)>)
This will convert a list of JObject to a list of dictionary items.
Namespace:
Aerospike.ClientAssembly: 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