[Missing <summary> documentation for "M:NHibernate.Persister.Collection.OneToManyPersister.WhereJoinFragment(System.String,System.Boolean,System.Boolean)"]

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

Syntax

C#
public override SqlString WhereJoinFragment(
	string alias,
	bool innerJoin,
	bool includeSubclasses
)
Visual Basic
Public Overrides Function WhereJoinFragment ( _
	alias As String, _
	innerJoin As Boolean, _
	includeSubclasses As Boolean _
) As SqlString
Visual C++
public:
virtual SqlString^ WhereJoinFragment(
	String^ alias, 
	bool innerJoin, 
	bool includeSubclasses
) override

Parameters

alias
Type: System..::..String

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

innerJoin
Type: System..::..Boolean

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

includeSubclasses
Type: System..::..Boolean

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

Return Value

[Missing <returns> documentation for "M:NHibernate.Persister.Collection.OneToManyPersister.WhereJoinFragment(System.String,System.Boolean,System.Boolean)"]

Implements

IJoinable..::..WhereJoinFragment(String, Boolean, Boolean)

See Also