Skip to content

Instantly share code, notes, and snippets.

@jagregory
Created September 22, 2010 22:06
Show Gist options
  • Save jagregory/592669 to your computer and use it in GitHub Desktop.
Save jagregory/592669 to your computer and use it in GitHub Desktop.
Fluently.Configure()
.Mappings(...)
.Database(...)
.Diagnostics(dia =>
{
dia.Enable();
dia.OutputToConsole();
})
.BuildSessionFactory();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment