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.3.0.0 (5.3.0)
Syntax public 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