Click or drag to resize
LinqUtilsCreateUsableDbFunctionCallParameterValue 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.3.0.0 (5.3.0)
Syntax
public static Object CreateUsableDbFunctionCallParameterValue(
	Expression toConvert,
	ITemplateGroupSpecificCreator frameworkElementCreator,
	FunctionMappingsContainer functionMappings
)

Parameters

toConvert
Type: System.Linq.ExpressionsExpression
To convert.
frameworkElementCreator
Type: SD.LLBLGen.Pro.LinqSupportClassesITemplateGroupSpecificCreator
The framework element creator.
functionMappings
Type: SD.LLBLGen.Pro.LinqSupportClassesFunctionMappingsContainer
The function mappings.

Return Value

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