C# 클래스 BF2Statistics.Database.QueryBuilder.OrderByClause

파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SortOrder Sorting

공개 메소드들

메소드 설명
OrderByClause ( string field )

Constructor

OrderByClause ( string field, Sorting order )

Constructor

메소드 상세

OrderByClause() 공개 메소드

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

OrderByClause() 공개 메소드

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

프로퍼티 상세

SortOrder 공개적으로 프로퍼티

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