Overload | Description |
---|---|
OrderBydB Constructor() | Default Constructor. Create an instance of the OrderBydB class to provide order by specifications for the DBAccess.Select method. |
OrderBydB Constructor(String) | Alternative constructor allows the definition of the order by column. |
OrderBydB Constructor(String,OrderBydBDirections) | Alternative constructor allows the definition of the order by column and the order sequence. |