C# 클래스 DataAccessFramework.Querying.SortExpression

Represents an expression for specifying sorting in the data query.
파일 보기 프로젝트 열기: PeteProgrammer/DataAccessFramework 1 사용 예제들

공개 메소드들

메소드 설명
SortExpression ( FieldReference field )

Creates a new SortExpression instance.

메소드 상세

SortExpression() 공개 메소드

Creates a new SortExpression instance.
public SortExpression ( FieldReference field )
field FieldReference /// Value for the property. ///