Click or drag to resize

GenericExpressionHandler.HandleElementInitializerList Method

Handles the element initializer list.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
protected virtual IEnumerable<ElementInit> HandleElementInitializerList(
	ReadOnlyCollection<ElementInit> listToHandle
)

Parameters

listToHandle
Type: System.Collections.ObjectModel.ReadOnlyCollection<ElementInit>
The list to handle.

Return Value

Type: IEnumerable<ElementInit>
the handled list
See Also