Get the order by string required for collection fetching
Namespace:
NHibernate.LoaderAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Shared Function OrderBy ( _ associations As IList _ ) As String |
C# |
---|
protected static string OrderBy( IList associations ) |
Visual C++ |
---|
protected: static String^ OrderBy( IList^ associations ) |
JavaScript |
---|
NHibernate.Loader.JoinWalker.orderBy = function(associations); |
Parameters
- associations
- Type: System.Collections..::.IList