Click or drag to resize

DataProjectorToObjectList<T> Constructor (IList, Delegate, Dictionary<String, Int32>)

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public DataProjectorToObjectList(
	IList destination,
	Delegate projectorFunc,
	Dictionary<string, int> nameToIndexMap
)

Parameters

destination
Type: System.Collections.IList
The destination.
projectorFunc
Type: System.Delegate
The projector func.
nameToIndexMap
Type: System.Collections.Generic.Dictionary<String, Int32>
The name to index map.
See Also