Returns the subselect clause of the statement being processed.

Namespace:  NHibernate.SqlCommand
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function GetSqlString As SqlString
C#
public SqlString GetSqlString()
Visual C++
public:
SqlString^ GetSqlString()
JavaScript
function getSqlString();

Return Value

An SqlString containing the subselect clause of the original SELECT statement.

See Also