[Missing <summary> documentation for "M:NHibernate.Engine.JoinSequence.ToJoinFragment(System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter},System.Boolean,NHibernate.SqlCommand.SqlString,System.String)"]

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public JoinFragment ToJoinFragment(
	IDictionary<string, IFilter> enabledFilters,
	bool includeExtraJoins,
	SqlString withClauseFragment,
	string withClauseJoinAlias
)
Visual Basic
Public Function ToJoinFragment ( _
	enabledFilters As IDictionary(Of String, IFilter), _
	includeExtraJoins As Boolean, _
	withClauseFragment As SqlString, _
	withClauseJoinAlias As String _
) As JoinFragment
Visual C++
public:
JoinFragment^ ToJoinFragment(
	IDictionary<String^, IFilter^>^ enabledFilters, 
	bool includeExtraJoins, 
	SqlString^ withClauseFragment, 
	String^ withClauseJoinAlias
)

Parameters

enabledFilters
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, IFilter>)>)>

[Missing <param name="enabledFilters"/> documentation for "M:NHibernate.Engine.JoinSequence.ToJoinFragment(System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter},System.Boolean,NHibernate.SqlCommand.SqlString,System.String)"]

includeExtraJoins
Type: System..::..Boolean

[Missing <param name="includeExtraJoins"/> documentation for "M:NHibernate.Engine.JoinSequence.ToJoinFragment(System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter},System.Boolean,NHibernate.SqlCommand.SqlString,System.String)"]

withClauseFragment
Type: NHibernate.SqlCommand..::..SqlString

[Missing <param name="withClauseFragment"/> documentation for "M:NHibernate.Engine.JoinSequence.ToJoinFragment(System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter},System.Boolean,NHibernate.SqlCommand.SqlString,System.String)"]

withClauseJoinAlias
Type: System..::..String

[Missing <param name="withClauseJoinAlias"/> documentation for "M:NHibernate.Engine.JoinSequence.ToJoinFragment(System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter},System.Boolean,NHibernate.SqlCommand.SqlString,System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Engine.JoinSequence.ToJoinFragment(System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter},System.Boolean,NHibernate.SqlCommand.SqlString,System.String)"]

See Also