Click or drag to resize
GenericExpressionHandlerFindFunctionMapping Method (String, Type, Int32)
Finds the function mapping associated with the method/function specified.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected FunctionMapping FindFunctionMapping(
	string functionName,
	Type definingType,
	int numberOfParameters
)

Parameters

functionName
Type: SystemString
Name of the function.
definingType
Type: SystemType
Type of the defining.
numberOfParameters
Type: SystemInt32
The number of parameters.

Return Value

Type: FunctionMapping
function mapping to use or null if not found.
See Also