Gets or sets the String of HQL that caused the Exception.

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

Syntax

C#
public string QueryString { get; set; }
Visual Basic
Public Property QueryString As String
	Get
	Set
Visual C++
public:
property String^ QueryString {
	String^ get ();
	void set (String^ value);
}

See Also