Hello,
ADO.NET 2.0 has introduced Batch Update through UpdateBatchSize on the adapter. NHibernate also offers the similar feature in SQL Server.
NHibernate documentation says that it will go to the database with multiple queries grouped together. But reading the MSDN, i realized that it works with datatables/datasets only.
Is it true that NHibernate also works when collection is retrieved from the database?
Has anybody verified how does it work and whether is works only when collection is retrieved.
Thanks,
Mili
|