Class QueryOrderer
public class QueryOrderer- Inheritance
- 
      
      QueryOrderer
- Inherited Members
Constructors
QueryOrderer(string?, string, Ordering, NullPosition)
public QueryOrderer(string? foreignTable, string column, Constants.Ordering ordering, Constants.NullPosition nullPosition)Parameters
Properties
Column
public string Column { get; }Property Value
ForeignTable
public string? ForeignTable { get; }Property Value
NullPosition
public Constants.NullPosition NullPosition { get; }Property Value
Ordering
public Constants.Ordering Ordering { get; }