[Missing <summary> documentation for "M:NHibernate.Loader.JoinWalker.OrderBy(System.Collections.Generic.IList{NHibernate.Loader.OuterJoinableAssociation},System.String)"]

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

Syntax

C#
protected SqlString OrderBy(
	IList<OuterJoinableAssociation> associations,
	string orderBy
)
Visual Basic
Protected Function OrderBy ( _
	associations As IList(Of OuterJoinableAssociation), _
	orderBy As String _
) As SqlString
Visual C++
protected:
SqlString^ OrderBy(
	IList<OuterJoinableAssociation^>^ associations, 
	String^ orderBy
)

Parameters

associations
Type: System.Collections.Generic..::..IList<(Of <(<'OuterJoinableAssociation>)>)>

[Missing <param name="associations"/> documentation for "M:NHibernate.Loader.JoinWalker.OrderBy(System.Collections.Generic.IList{NHibernate.Loader.OuterJoinableAssociation},System.String)"]

orderBy
Type: System..::..String

[Missing <param name="orderBy"/> documentation for "M:NHibernate.Loader.JoinWalker.OrderBy(System.Collections.Generic.IList{NHibernate.Loader.OuterJoinableAssociation},System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Loader.JoinWalker.OrderBy(System.Collections.Generic.IList{NHibernate.Loader.OuterJoinableAssociation},System.String)"]

See Also