Get the where clause part of any joins (optional operation)

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Function WhereJoinFragment ( _
	alias As String, _
	innerJoin As Boolean, _
	includeSubclasses As Boolean _
) As SqlString
C#
SqlString WhereJoinFragment(
	string alias,
	bool innerJoin,
	bool includeSubclasses
)
Visual C++
SqlString^ WhereJoinFragment(
	String^ alias, 
	bool innerJoin, 
	bool includeSubclasses
)
JavaScript
function whereJoinFragment(alias, innerJoin, includeSubclasses);

Parameters

alias
Type: System..::.String
innerJoin
Type: System..::.Boolean
includeSubclasses
Type: System..::.Boolean

Return Value

See Also