Click or drag to resize
LLBLGenProProviderBaseMaterializeCurrentLevelData Method
Materializes the current level data into objects and returns them in an Ilist. Data is stored in the target of the projector passed in.

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
protected static void MaterializeCurrentLevelData(
	List<IDataValueProjector> valueProjectors,
	IGeneralDataProjector projector,
	List<Object[]> currentLevelData
)

Parameters

valueProjectors
Type: System.Collections.GenericListIDataValueProjector
The value projectors.
projector
Type: SD.LLBLGen.Pro.ORMSupportClassesIGeneralDataProjector
The projector.
currentLevelData
Type: System.Collections.GenericListObject
The current level data.
See Also