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

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

Syntax

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

Parameters

alias
Type: System..::..String

[Missing <param name="alias"/> documentation for "M:NHibernate.Persister.Entity.IJoinable.FromJoinFragment(System.String,System.Boolean,System.Boolean)"]

innerJoin
Type: System..::..Boolean

[Missing <param name="innerJoin"/> documentation for "M:NHibernate.Persister.Entity.IJoinable.FromJoinFragment(System.String,System.Boolean,System.Boolean)"]

includeSubclasses
Type: System..::..Boolean

[Missing <param name="includeSubclasses"/> documentation for "M:NHibernate.Persister.Entity.IJoinable.FromJoinFragment(System.String,System.Boolean,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Persister.Entity.IJoinable.FromJoinFragment(System.String,System.Boolean,System.Boolean)"]

See Also