Reputation: 63
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
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