GenericExpressionHandlerFindFunctionMapping Method (MethodInfo) | 
 
            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)
Syntaxpublic FunctionMapping FindFunctionMapping(
	MethodInfo method
)
Public Function FindFunctionMapping ( 
	method As MethodInfo
) As FunctionMapping
Parameters
- method
 - Type: System.ReflectionMethodInfo
The method. 
Return Value
Type: 
FunctionMapping
            function mapping to use or null if not found.
            
See Also