| 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)
Syntaxprotected virtual void AddProjectionResultToContainer(
	IList projectors,
	Object[] rawProjectionResult
)
Protected Overridable Sub AddProjectionResultToContainer ( 
	projectors As IList,
	rawProjectionResult As Object()
)
Parameters
- projectors
 - Type: System.CollectionsIList
The projectors. - rawProjectionResult
 - Type: SystemObject
The plain projection result. 
See Also