nhibernate-core icon indicating copy to clipboard operation
nhibernate-core copied to clipboard

Add Support Enumerable with ISQLQuery

Open gokhanabatay opened this issue 2 years ago • 0 comments

Take consideration to add support ISQLQuery Enumerable support currently throws NotSupportedException("SQL queries do not currently support enumeration")

Linq and hql supports Enumerable so why native sql query does not support.

While working with huge data processing its needed.

gokhanabatay avatar Oct 28 '22 23:10 gokhanabatay