Skip to content

Instantly share code, notes, and snippets.

@wsky
Created September 12, 2012 13:54
Show Gist options
  • Save wsky/3706757 to your computer and use it in GitHub Desktop.
Save wsky/3706757 to your computer and use it in GitHub Desktop.
FluentNHibernate usual mapping
CompositeId()
.KeyProperty(m => m.ID)
.KeyProperty(Reveal.Member<Method>("ServiceName"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment