-1

Is there a way to bulk insert/update records in a SQL Server CE database using Nhibernate?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
VSharma
  • 29
  • 2

1 Answers1

0

ErikEJ s code might be more performant but to answer the question:

It is possible to Insert a lot of data using IStatelessSession.Insert()

Firo
  • 30,626
  • 4
  • 55
  • 94