The SQL query string to be performed.

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

Syntax

C#
SqlString SQL { get; }
Visual Basic
ReadOnly Property SQL As SqlString
	Get
Visual C++
property SqlString^ SQL {
	SqlString^ get ();
}

See Also