Sets the text that should appear after the ORDER BY.
Namespace: NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public SqlSelectBuilder SetOrderByClause( SqlString orderByClause ) |
Visual Basic |
---|
Public Function SetOrderByClause ( _ orderByClause As SqlString _ ) As SqlSelectBuilder |
Visual C++ |
---|
public: SqlSelectBuilder^ SetOrderByClause( SqlString^ orderByClause ) |
Parameters
- orderByClause
- Type: NHibernate.SqlCommand..::..SqlString
The orderByClause to set