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) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
string GetManyToManyOrderByString(
	string alias
)
Visual Basic
Function GetManyToManyOrderByString ( _
	alias As String _
) As String
Visual C++
String^ GetManyToManyOrderByString(
	String^ 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