Exemplo n.º 1
0
        public QueryDS.FormBudgetAllocationViewDataTable GetPagedFormBugetAllocationViewByRight(string queryExpression, int startRowIndex, int maximumRows, string sortExpression, int UserID, int PositionID)
        {
            if (queryExpression == null || queryExpression.Length == 0)
            {
                return(null);
            }
            if (sortExpression == null || sortExpression.Length == 0)
            {
                sortExpression = "SubmitDate DESC";
            }
            QueryDS.FormBudgetAllocationViewDataTable table = new QueryDS.FormBudgetAllocationViewDataTable();

            return(this.FormBudgetAllocationViewTA.GetPagedFormBugetAllocationViewByRight(sortExpression, startRowIndex, maximumRows, queryExpression, UserID, PositionID));
        }
Exemplo n.º 2
0
        public QueryDS.FormBudgetAllocationViewDataTable GetPagedFormBugetAllocationViewByRight(string queryExpression, int startRowIndex, int maximumRows, string sortExpression, int UserID, int PositionID)
        {
            if (queryExpression == null || queryExpression.Length == 0) {
                return null;
            }
            if (sortExpression == null || sortExpression.Length == 0) {
                sortExpression = "SubmitDate DESC";
            }
            QueryDS.FormBudgetAllocationViewDataTable table = new QueryDS.FormBudgetAllocationViewDataTable();

            return this.FormBudgetAllocationViewTA.GetPagedFormBugetAllocationViewByRight(sortExpression, startRowIndex, maximumRows, queryExpression, UserID, PositionID);
        }