Sets the SqlString for the OUTER JOINs.
Namespace:
NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function SetOuterJoins ( _ outerJoinsAfterFrom As SqlString, _ outerJoinsAfterWhere As SqlString _ ) As SqlSelectBuilder |
C# |
---|
public SqlSelectBuilder SetOuterJoins( SqlString outerJoinsAfterFrom, SqlString outerJoinsAfterWhere ) |
Visual C++ |
---|
public: SqlSelectBuilder^ SetOuterJoins( SqlString^ outerJoinsAfterFrom, SqlString^ outerJoinsAfterWhere ) |
JavaScript |
---|
function setOuterJoins(outerJoinsAfterFrom, outerJoinsAfterWhere); |
Parameters
- outerJoinsAfterFrom
- Type: NHibernate.SqlCommand..::.SqlString
The outerJoinsAfterFrom to set
- outerJoinsAfterWhere
- Type: NHibernate.SqlCommand..::.SqlString
The outerJoinsAfterWhere to set
Return Value
The SqlSelectBuilder
Remarks
All of the Sql needs to be included in the SELECT. No OUTER JOINS will automatically be
added.