| DataProjectorToObjectListT Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic DataProjectorToObjectList(
	IList destination,
	ProjectionRowProjectorFunc projectionInstantiator,
	int[] indices,
	List<EntityPreProjectionData> preProjectionDataBuckets
)
Public Sub New ( 
	destination As IList,
	projectionInstantiator As ProjectionRowProjectorFunc,
	indices As Integer(),
	preProjectionDataBuckets As List(Of EntityPreProjectionData)
)
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