Namespace:
NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll)
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); |