nhibernate-core
nhibernate-core copied to clipboard
Add Support Enumerable with ISQLQuery
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.