Virappon
Virappon

Reputation: 63

Is there any HQL tool like LinqPad

I am new to NHibernate. For LINQ there is LinqPad to convert SQL to LINQ. Does any one know if there is any HQL tool like LinqPad. I am using fluent nhibernate.

Upvotes: 1

Views: 338

Answers (1)

DanP
DanP

Reputation: 6478

Have a look at the HQL Language Service for Visual Studio - it is probably the closest thing to an "HQL LinqPad" out there.

Upvotes: 2

Related Questions