Click or drag to resize

GenericExpressionHandlerHandleElementInitializer Method

Handles the element initializer.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
protected virtual ElementInit HandleElementInitializer(
	ElementInit initializerToHandle
)

Parameters

initializerToHandle
Type: System.Linq.ExpressionsElementInit
The initializer to handle.

Return Value

Type: ElementInit
the handled initializer
See Also