Click or drag to resize
LinqUtilsCoerceBooleanExpressionToDbFunctionCallParameter Method
Coerces the boolean expression to a db function call parameter.

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 CoerceBooleanExpressionToDbFunctionCallParameter(
	IExpression toCoerce,
	ITemplateGroupSpecificCreator frameworkElementCreator,
	FunctionMappingsContainer functionMappings
)

Parameters

toCoerce
Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
To coerce.
frameworkElementCreator
Type: SD.LLBLGen.Pro.LinqSupportClassesITemplateGroupSpecificCreator
The framework element creator.
functionMappings
Type: SD.LLBLGen.Pro.LinqSupportClassesFunctionMappingsContainer
The function mappings.

Return Value

Type: Object
See Also