Template..::..GetOrderBy Method
Creates order by string based on Template Groups.
Optionally we can give an order array to append to
Namespace:
FLEXYGO.Objects.SettingsAssembly: flxObjectConfig (in flxObjectConfig.dll)
Syntax
public List<PropertyOrder> GetOrderBy( ref List<PropertyOrder> orderInfo )
Public Function GetOrderBy ( _ ByRef orderInfo As List(Of PropertyOrder) _ ) As List(Of PropertyOrder)
Parameters
- orderInfo
- Type: List<(Of <(<'PropertyOrder>)>)>%