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

Syntax

Visual Basic (Declaration)
Protected Function OrderBy ( _
	associations As IList, _
	orderBy As String _
) As String
C#
protected string OrderBy(
	IList associations,
	string orderBy
)
Visual C++
protected:
String^ OrderBy(
	IList^ associations, 
	String^ orderBy
)
JavaScript
function orderBy(associations, orderBy);

Parameters

associations
Type: System.Collections..::.IList
orderBy
Type: System..::.String

See Also