C# Class BF2Statistics.Database.QueryBuilder.OrderByClause

Show file Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Properties

Property Type Description
SortOrder Sorting

Public Methods

Method Description
OrderByClause ( string field )

Constructor

OrderByClause ( string field, Sorting order )

Constructor

Method Details

OrderByClause() public method

Constructor
public OrderByClause ( string field )
field string The field being ordered

OrderByClause() public method

Constructor
public OrderByClause ( string field, Sorting order )
field string The field being ordered
order Sorting The sorting direction of the field

Property Details

SortOrder public property

The direction in which the field is being sorted
public Sorting SortOrder
return Sorting