The SQL string generated by the translator.

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

Syntax

C#
string SQLString { get; }
Visual Basic
ReadOnly Property SQLString As String
	Get
Visual C++
property String^ SQLString {
	String^ get ();
}

See Also