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

Syntax

Visual Basic (Declaration)
ReadOnly Property SQL As SqlString
C#
SqlString SQL { get; }
Visual C++
property SqlString^ SQL {
	SqlString^ get ();
}
JavaScript
function get_SQL();

See Also