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.9.0.0 (5.9.0)
Syntaxprotected virtual IEnumerable<ElementInit> HandleElementInitializerList(
	ReadOnlyCollection<ElementInit> listToHandle
)
Protected Overridable Function HandleElementInitializerList ( 
	listToHandle As ReadOnlyCollection(Of ElementInit)
) As IEnumerable(Of ElementInit)
Parameters
- listToHandle
 - Type: System.Collections.ObjectModelReadOnlyCollectionElementInit
The list to handle. 
Return Value
Type: 
IEnumerableElementInitthe handled list
See Also