What is the purpose of the "Storage" property on DataAttribute? The reference docs say "Specifies the name of the underlying storage field.". I understand if field names and property names are different you may need this, but does it also control access similar to nhibernate's access modifer? Where I can tell nhibernate to access the field instead of the property. Thanks, Joe
Read More...