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?
- [nhibernate-development] IsSpecialName on proxy prop... pvginkel
- Re: [nhibernate-development] IsSpecialName on p... Richard Brown (gmail)
