When I have e.g. a property named "Contact" on my entity, and "type"
is the type of the proxy, type.GetMethod("get_Contact").IsSpecialName
returns false. However, because it's the accessor method of a
property, it should return true instead. Why is this?

Reply via email to