Method GetMappedSourceMemberForPropertyName
GetMappedSourceMemberForPropertyName<T, TResult>(string)
Gets the mapped source member for the specified property name.
MemberInfo GetMappedSourceMemberForPropertyName<T, TResult>(string propertyName)
Parameters
propertyNamestringThe name of the property.
Returns
- MemberInfo
The mapped source member.
Type Parameters
TThe source type.
TResultThe result type.