Sets the text that should appear after the FROM
Namespace: NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public SqlSelectBuilder SetFromClause( string fromClause ) |
| Visual Basic |
|---|
Public Function SetFromClause ( _ fromClause As String _ ) As SqlSelectBuilder |
| Visual C++ |
|---|
public: SqlSelectBuilder^ SetFromClause( String^ fromClause ) |
Parameters
- fromClause
- Type: System..::..String
The fromClause to set