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

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

Syntax

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

Implements

IQueryTranslator..::..CollectSqlStrings

See Also