Is is possible to add a comment to generated by queryover query in Visual Studio’s output?
Previously when we were using ICriteria, there was simple SetComment method and we could set the query name so it was much easier to find specific query in output full of long (almost the same) queries. If it is possible we would prefere to add such comments without converting query to ICriteria.
Is is possible to add a comment to generated by queryover query in Visual
Share
I don’t think there is a direct way of doinf it, but you can try with: