Skip to content

Instantly share code, notes, and snippets.

@jplindgren
Last active December 15, 2015 11:19
Show Gist options
  • Save jplindgren/5251682 to your computer and use it in GitHub Desktop.
Save jplindgren/5251682 to your computer and use it in GitHub Desktop.
#NHibernate field mapping
<property name="_customerNumber" access="field" not-null="true" />
<property name="CustomerNumber" access="field.camelcase-underscore" not-null="true" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment