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

Syntax

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

Implements

ICustomQuery..::.SQL

See Also