Namespace:  NHibernate.Hql
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property CollectSqlStrings As IList
C#
IList CollectSqlStrings { get; }
Visual C++
property IList^ CollectSqlStrings {
	IList^ get ();
}
JavaScript
function get_collectSqlStrings();

See Also