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

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

Syntax

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

Parameters

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

Return Value

See Also