FunctionMappingStoreFindMapping Method |
Finds the mapping with the key specified.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public 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