[Missing <summary> documentation for "P:NHibernate.Hql.IQueryTranslator.CollectSqlStrings"]

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

Syntax

C#
IList<string> CollectSqlStrings { get; }
Visual Basic
ReadOnly Property CollectSqlStrings As IList(Of String)
	Get
Visual C++
property IList<String^>^ CollectSqlStrings {
	IList<String^>^ get ();
}

See Also