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