Sql.Net Class Library Documentation

OrderByTermCollection Constructor

Initializes a new empty instance of the OrderByTermCollection class.

Overload List

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);

See Also

OrderByTermCollection Class | Reeb.SqlOM Namespace