### Describe the enhancement When initiating an OrderField class, default it to Ascending if the Order argument is not specified. ```csharp var order = new OrderField(nameof(Class.Property)); // returns ORDER BY Property ASC ```
Describe the enhancement
When initiating an OrderField class, default it to Ascending if the Order argument is not specified.