DataProjectorToObjectListT Constructor |
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public 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 raw object array data.
See Also