I am trying to use the nHibernate IStatistics for my app. I have some code like this
IStatistics stats = GetSessionFactory().Statistics; var queryCount = stats.QueryExecutionCount; var queries = stats.Queries; The queryCount is populated with a value for the number of queries but the queries string array is always empty. Is there a reason for this? Craig. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
