klyn.data.internal.IdentityQueryPlan.executeMemory
method
public executeMemory(source as Object) as Object:
Description

Copies source rows into the standard query materialization type.

Parameters
ParameterDescription
sourceCompatible IList<T> source.
Returns

A new ArrayList<T>.

Example
rows = plan.executeMemory(source)