Closed KenitoInc closed 11 months ago
This PR has 175
quantified lines of changes. In general, a change size of upto 200
lines is ideal for the best PR experience!
Was this comment helpful? :thumbsup: :ok_hand: :thumbsdown: (Email) Customize PullRequestQuantifier for this repository.
Issues
This pull request fixes #2805 .
Description
When we have
DataContract / DataMember
attributes in the model, theIEdmModel
entity property names differ from the Clr type property names. When we run this methodthe
propertyInfo
isnull
.The change we introduced is to call
GetClrPropertyName(...)
before callingGetProperty(...)
This ensure we are able to get the propertyinfo using the clr property name.
Checklist (Uncheck if it is not completed)
Additional work necessary
If documentation update is needed, please add "Docs Needed" label to the issue and provide details about the required document change in the issue.