Click or drag to resize
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
)

Parameters

key
Type: SystemString
The key.

Return Value

Type: FunctionMapping
the mapping sought or null if not found
See Also