Namespace: OpenEdge.BusinessLogic
Type: Class GetDataTableRequest
Parent Classes:
Inherits: Progress.Lang.Object
Implements: Ccs.BusinessLogic.IGetDataTableRequest


/* *************************************************************************************************************************
Copyright (c) 2018 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:GetDataTableRequest
Author(s):pjudge
Created:2018-06-15



Method Summary
  Options Name Purpose
  CHARACTER ToString ()

Constructor Summary
  Options Name Purpose
  GetDataTableRequest () /* Default constructor */
  GetDataTableRequest (character) /* Constructor @param character (mandatory) The table name for which to return this count */

Property Summary
  Options Name Purpose
  INT64 NumRecords
  CHARACTER PagingContext
  Ccs.BusinessLogic.IQueryDefinition QueryDefinition
  CHARACTER QueryString
  INT64 Skip
  CHARACTER TableName


Method Detail
Top

CHARACTER ToString ()

Returns CHARACTER
 


Constructor Detail
Top

GetDataTableRequest ()

/* Default constructor
Top

GetDataTableRequest (character)

/* Constructor
Parameters:
pTableName CHARACTER
 


Property Detail
Top

INT64 NumRecords

Returns INT64
 
Top

CHARACTER PagingContext

Returns CHARACTER
 
Top

Ccs.BusinessLogic.IQueryDefinition QueryDefinition

Returns Ccs.BusinessLogic.IQueryDefinition
 
Top

CHARACTER QueryString

Returns CHARACTER
 
Top

INT64 Skip

Returns INT64
 
Top

CHARACTER TableName

Returns CHARACTER