Sets the text for the SELECT
Namespace: NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public SqlSelectBuilder SetSelectClause( string selectClause ) |
Visual Basic |
---|
Public Function SetSelectClause ( _ selectClause As String _ ) As SqlSelectBuilder |
Visual C++ |
---|
public: SqlSelectBuilder^ SetSelectClause( String^ selectClause ) |
Parameters
- selectClause
- Type: System..::..String
The selectClause to set