Click or drag to resize

DataProjectorToObjectRowList.IGeneralDataProjector.AddProjectionResultToContainer Method

Adds a new projection result to the container contained into this instance. The container has to be set in the constructor.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
void IGeneralDataProjector.AddProjectionResultToContainer(
	List<IDataValueProjector> valueProjectors,
	Object[] rawProjectionResult
)

Parameters

valueProjectors
Type: System.Collections.Generic.List<IDataValueProjector>
List of value projectors used to create the projection result
rawProjectionResult
Type:System.Object[]
The raw projection result.

Implements

IGeneralDataProjector.AddProjectionResultToContainer(List<IDataValueProjector>,Object[])
See Also