LLBLGenProProviderBaseCreateResultsContainer Method |
Creates the results container for a multi-value projection
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax protected static IList CreateResultsContainer(
Type containerElementType,
IElementCreatorCore generatedCodeElementCreator
)
Protected Shared Function CreateResultsContainer (
containerElementType As Type,
generatedCodeElementCreator As IElementCreatorCore
) As IList
Parameters
- containerElementType
- Type: SystemType
Type of the container element. - generatedCodeElementCreator
- Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The generated code element creator.
Return Value
Type:
IListSee Also