Initializes a new empty instance of the OrderByTermCollection class.
Initializes a new empty instance of the OrderByTermCollection class.
public OrderByTermCollection();
Initializes a new instance of the OrderByTermCollection class, containing elements copied from an array.
public OrderByTermCollection(OrderByTerm[]);
Initializes a new instance of the OrderByTermCollection class, containing elements copied from another instance of OrderByTermCollection
public OrderByTermCollection(OrderByTermCollection);
OrderByTermCollection Class | Reeb.SqlOM Namespace