public static int GetNextOrderBy<TEntity>( string filterProperty, object filterValue ) where TEntity: class
Parameters
- filterProperty
- The name of the property to use for the order by filter.
- filterValue
- The value that the filter property must be equal to.
Type Parameters
- TEntity
- The entity type
Return Value
The next order by value