BAH.BOS.WebAPI.Client.DynamicFormOperation.Query.SetTopRowCount C# (CSharp) Méthode

SetTopRowCount() public méthode

设置最多允许查询的单据数量。
public SetTopRowCount ( int topRowCount ) : Query
topRowCount int 单据数量值。
Résultat Query
        public virtual Query SetTopRowCount(int topRowCount)
        {
            this.TopRowCount = topRowCount;
            return this;
        }//end method