| FunctionMappingsContainerFindFunctionMapping Method (String) | 
            Finds the function mapping for the property/method/function with the key specified.
            
 
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic FunctionMapping FindFunctionMapping(
	string key
)
Public Function FindFunctionMapping ( 
	key As String
) As FunctionMapping
Parameters
- key
 - Type: SystemString
The key. 
Return Value
Type: 
FunctionMappingthe mapping sought or null if not found
See Also