FunctionMappingsContainerFindFunctionMapping Method (String) | 
 
            Finds the function mapping for the property/method/function with the key specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.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