Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
public FunctionMapping FindMapping(
	string key
)

Parameters

key
Type: SystemString
The key.

Return Value

Type: FunctionMapping
The function mapping stored for the function with the key specified, or null if not found
See Also