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