Click or drag to resize
DataProjectorToObjectListT Constructor

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public DataProjectorToObjectList(
	IList destination,
	ProjectionRowProjectorFunc projectionInstantiator,
	int[] indices,
	List<EntityPreProjectionData> preProjectionDataBuckets
)

Parameters

destination
Type: System.CollectionsIList
The destination.
projectionInstantiator
Type: SD.LLBLGen.Pro.ORMSupportClassesProjectionRowProjectorFunc
The projection instantiator.
indices
Type: SystemInt32
The indices.
preProjectionDataBuckets
Type: System.Collections.GenericListEntityPreProjectionData
The pre projection data buckets, necessary to project entities from plain object array data.
See Also