GenericExpressionHandlerHandleElementInitializer Method |
Handles the element initializer.
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 ElementInit HandleElementInitializer(
ElementInit initializerToHandle
)
Protected Overridable Function HandleElementInitializer (
initializerToHandle As ElementInit
) As ElementInit
Parameters
- initializerToHandle
- Type: System.Linq.ExpressionsElementInit
The initializer to handle.
Return Value
Type:
ElementInitthe handled initializer
See Also