FunctionMappingStoreFindMapping Method  | 
 
            Finds the mapping with the key specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic FunctionMapping FindMapping(
	string key
)
Public Function FindMapping ( 
	key As String
) As FunctionMapping
Parameters
- key
 - Type: SystemString
The key. 
Return Value
Type: 
FunctionMappingThe function mapping stored for the function with the key specified, or null if not found
See Also