Click or drag to resize

LLBLGenProProviderBase.CreateResultsContainer 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.4.0.0 (5.4.0)
Syntax
protected static IList CreateResultsContainer(
	Type containerElementType,
	IElementCreatorCore generatedCodeElementCreator
)

Parameters

containerElementType
Type: System.Type
Type of the container element.
generatedCodeElementCreator
Type: SD.LLBLGen.Pro.ORMSupportClasses.IElementCreatorCore
The generated code element creator.

Return Value

Type: IList
See Also