Click or drag to resize
DataProjectorToCustomClassTAddProjectionResultToContainer 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.3.0.0 (5.3.0)
Syntax
protected virtual void AddProjectionResultToContainer(
	IList projectors,
	Object[] rawProjectionResult
)

Parameters

projectors
Type: System.CollectionsIList
The projectors.
rawProjectionResult
Type: SystemObject
The plain projection result.
See Also