Guest User

Untitled

a guest
Apr 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Fluently.Configure().Database(
  2. FluentNHibernate.Cfg.Db.MsSqlConfiguration.MsSql2005
  3. .ConnectionString(c => c.FromConnectionStringWithKey("MyDatabase"))
  4. .AdoNetBatchSize(20)
  5. )
Add Comment
Please, Sign In to add comment