Click or drag to resize

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

Parameters

valueProjectors
Type: System.Collections.Generic.List<IDataValueProjector>
The value projectors.
projector
Type: SD.LLBLGen.Pro.ORMSupportClasses.IGeneralDataProjector
The projector.
currentLevelData
Type: System.Collections.Generic.List<Object[]>
The current level data.
See Also