Click or drag to resize
DataProjectorToCustomClass<T>.IEntityDataProjector.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.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
void IEntityDataProjector.AddProjectionResultToContainer(
	List<IEntityPropertyProjector> propertyProjectors,
	Object[] rawProjectionResult
)

Parameters

propertyProjectors
Type: System.Collections.Generic.List<IEntityPropertyProjector>
List of property projectors used to create the projection result
rawProjectionResult
Type:System.Object[]
The plain projection result.

Implements

IEntityDataProjector.AddProjectionResultToContainer(List<IEntityPropertyProjector>,Object[])
See Also