Maarten Balliauw 6/20/2007

Enlisting an ADO.NET command in an NHibernate transaction

Read Original

This technical article addresses the performance overhead of using NHibernate for batch database operations, such as deleting many records. It demonstrates a method to execute a raw SQL command (e.g., a DELETE statement) by enlisting an ADO.NET DbCommand within an existing NHibernate transaction, providing a provider-independent C# code example for improved efficiency.

Enlisting an ADO.NET command in an NHibernate transaction

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week