Get the order-by to be applied at the target table of a many to many

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

Syntax

Visual Basic (Declaration)
Function GetManyToManyOrderByString ( _
	alias As String _
) As String
C#
string GetManyToManyOrderByString(
	string alias
)
Visual C++
String^ GetManyToManyOrderByString(
	String^ alias
)
JavaScript
function getManyToManyOrderByString(alias);

Parameters

alias
Type: System..::.String
The alias for the many-to-many target table

Return Value

Appropriate order-by fragment or empty string.

See Also