FunctionMappingsContainerFindFunctionMapping Method (MemberInfo) |
Finds the function mapping associated with the property 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(
MemberInfo property
)
Public Function FindFunctionMapping (
property As MemberInfo
) As FunctionMapping
Parameters
- property
- Type: System.ReflectionMemberInfo
The property.
Return Value
Type:
FunctionMapping
function mapping to use or null if not found.
See Also