Click or drag to resize
GenericExpressionHandlerHandleElementInitializerList Method
Handles the element initializer list.

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

Parameters

listToHandle
Type: System.Collections.ObjectModelReadOnlyCollectionElementInit
The list to handle.

Return Value

Type: IEnumerableElementInit
the handled list
See Also