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.4.0.0 (5.4.0)
Syntaxprotected FunctionMapping FindFunctionMapping(
	string functionName,
	Type definingType,
	int numberOfParameters
)
Protected Function FindFunctionMapping ( 
	functionName As String,
	definingType As Type,
	numberOfParameters As Integer
) As FunctionMapping
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: 
FunctionMappingfunction mapping to use or null if not found.
See Also