ExpressionTreeKeyCreatorHandleElementInitializer Method |
Handles the element initializer.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax protected override ElementInit HandleElementInitializer(
ElementInit initializerToHandle
)
Protected Overrides 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