Click or drag to resize

LinqUtils.CreateUsableDbFunctionCallParameterValue Method

Creates a usable db function call parameter value from the expression passed in.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public static Object CreateUsableDbFunctionCallParameterValue(
	Expression toConvert,
	ITemplateGroupSpecificCreator frameworkElementCreator,
	FunctionMappingsContainer functionMappings
)

Parameters

toConvert
Type: System.Linq.Expressions.Expression
To convert.
frameworkElementCreator
Type: SD.LLBLGen.Pro.LinqSupportClasses.ITemplateGroupSpecificCreator
The framework element creator.
functionMappings
Type: SD.LLBLGen.Pro.LinqSupportClasses.FunctionMappingsContainer
The function mappings.

Return Value

Type: Object
usable parameter for LLBLGen Pro DbFunctionCall usage.
See Also