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