Returns the subselect clause of the statement being processed.

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

Syntax

C#
public SqlString GetSqlString()
Visual Basic
Public Function GetSqlString As SqlString
Visual C++
public:
SqlString^ GetSqlString()

Return Value

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

See Also