Click or drag to resize
DataProjectorToCustomClass<T>.AddProjectionResultToContainer Method
Performs the actual projection. Override this method if you want to perform your own projections.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
protected virtual void AddProjectionResultToContainer(
	IList projectors,
	Object[] rawProjectionResult
)

Parameters

projectors
Type: System.Collections.IList
The projectors.
rawProjectionResult
Type:System.Object[]
The raw projection result.
See Also