Click or drag to resize
FunctionMappingsContainerFindFunctionMapping Method (MethodInfo)
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.0.0.0 (5.0.0)
Syntax
public FunctionMapping FindFunctionMapping(
	MethodInfo method
)

Parameters

method
Type: System.ReflectionMethodInfo
The method.

Return Value

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