Click or drag to resize
DataProjectorToObjectListT Constructor (IList, Delegate, DictionaryString, Int32)

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

Parameters

destination
Type: System.CollectionsIList
The destination.
projectorFunc
Type: SystemDelegate
The projector func.
nameToIndexMap
Type: System.Collections.GenericDictionaryString, Int32
The name to index map.
See Also