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.0.0.0 (5.0.0)
Syntax
protected virtual void AddProjectionResultToContainer(
	IList projectors,
	Object[] rawProjectionResult
)

Parameters

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