C# 클래스 Tortuga.Chain.SortExpression

Sort expressions are used for From and FromFunction command builders.
You can implicitly convert strings into sort expressions.
파일 보기 프로젝트 열기: docevaad/Chain

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SortExpression ( string columnName ) : System

Initializes a new instance of the SortExpression class.

SortExpression ( string columnName, SortDirection descending ) : System

Initializes a new instance of the SortExpression class.

메소드 상세

SortExpression() 공개 메소드

Initializes a new instance of the SortExpression class.
public SortExpression ( string columnName ) : System
columnName string Name of the column to be sorted by.
리턴 System

SortExpression() 공개 메소드

Initializes a new instance of the SortExpression class.
public SortExpression ( string columnName, SortDirection descending ) : System
columnName string Name of the column to be sorted by.
descending SortDirection if set to true [descending].
리턴 System