Update: The Console Output.
Manual SQL:
NHibernate: (SELECT COUNT(*) FROM forumPosts p where p.TopicID = 1)
Mapping SQL:
NHibernate: SELECT top 2 this_.Id as Id0_0_, this_.Title as Title0_0_,
this_.Created as Created0_0_, this_.DisplayPriority as DisplayP4_0_0_,
this_.ForumID as ForumID0_0_, (SELECT COUNT(*) FROM forumPosts p where
p.TopicID = this_.Id) as formula0_0_ FROM forumTopics this_ WHERE
this_.Id = @p0;@p0 = 1
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com
To unsubscribe from this group, send email to
fluent-nhibernate+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---