C# 클래스 Sage.SData.Client.Framework.SDataUri.PropertySort

Order By details
파일 보기 프로젝트 열기: Saleslogix/SDataCSharpClientLib

공개 메소드들

메소드 설명
PropertySort ( string property, bool descending ) : System

Initialises a new instance of the PropertySort class.

메소드 상세

PropertySort() 공개 메소드

Initialises a new instance of the PropertySort class.
public PropertySort ( string property, bool descending ) : System
property string The name of the property.
descending bool The direction.
리턴 System