| FunctionMappingsContainerFindFunctionMapping Method (String, Type, Int32) | 
 
            Finds the function mapping associated with the method/function specified. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic FunctionMapping FindFunctionMapping(
	string functionName,
	Type definingType,
	int numberOfParameters
)
Public 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