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.4.0.0 (5.4.0)
Syntax protected 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