IEntityDataProjectorAddProjectionResultToContainer Method  | 
 
            Adds a new projection result to the container contained into this instance. The container has to be set in the constructor.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxvoid AddProjectionResultToContainer(
	List<IEntityPropertyProjector> propertyProjectors,
	Object[] rawProjectionResult
)
Sub AddProjectionResultToContainer ( 
	propertyProjectors As List(Of IEntityPropertyProjector),
	rawProjectionResult As Object()
)
Parameters
- propertyProjectors
 - Type: System.Collections.GenericListIEntityPropertyProjector
List of property projectors used to create the projection result - rawProjectionResult
 - Type: SystemObject
The plain projection result. 
See Also