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