DataProjectorToEntityCollectionBaseIGeneralDataProjectorAddProjectionResultToContainer 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.12.0.0 (5.12.0)
Syntaxvoid IGeneralDataProjector.AddProjectionResultToContainer(
List<IDataValueProjector> valueProjectors,
Object[] rawProjectionResult
)
Private Sub AddProjectionResultToContainer (
valueProjectors As List(Of IDataValueProjector),
rawProjectionResult As Object()
) Implements IGeneralDataProjector.AddProjectionResultToContainer
Parameters
- valueProjectors
- Type: System.Collections.GenericListIDataValueProjector
List of value projectors used to create the projection result - rawProjectionResult
- Type: SystemObject
The plain projection result.
Implements
IGeneralDataProjectorAddProjectionResultToContainer(ListIDataValueProjector, Object)
See Also