Namespace: OpenEdge.BusinessLogic
Class
GetTableResultCountResponse
Parent classes:
Inherits: Progress.Lang.Object
Implements: Ccs.BusinessLogic.IGetTableResultCountResponse

/* *************************************************************************************************************************
Copyright (c) 2018 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:GetTableResultCountResponse
Author(s):pjudge
Created:2018-06-15
/* Returns is the result is exact (TRUE) or Guessed or Cached (FALSE)



Constructor Summary
Options Name Purpose
GetTableResultCountResponse (character) /* Constructor @param character (mandatory) The table name for which to return this count */
GetTableResultCountResponse (character, int64, logical) /* Constructor @param character (mandatory) The table name for which to return this count @param int64 The number of records returned @param logical TRUE if this result is exact. */

Property Summary
Options Name Purpose
LOGICAL Exact
INT64 NumResults
CHARACTER TableName


Constructor Detail
Top

GetTableResultCountResponse (character)

/* Constructor
Parameters:
pTableName CHARACTER
Top

GetTableResultCountResponse (character, int64, logical)

/* Constructor
Parameters:
pTableName CHARACTER
pNumResults INT64
pExact LOGICAL


Property Detail
Top

LOGICAL Exact

Returns LOGICAL
Top

INT64 NumResults

Returns INT64
Top

CHARACTER TableName

Returns CHARACTER


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15