BAH.BOS.WebAPI.Client.DynamicFormOperation.Query.SetOrderBy C# (CSharp) Method

SetOrderBy() public method

设置排序条件。
public SetOrderBy ( string orderBy ) : Query
orderBy string 排序条件。
return Query
        public virtual Query SetOrderBy(string orderBy)
        {
            this.OrderBy = orderBy;
            return this;
        }//end method