Namespace: OpenEdge.DataAdmin.Message
Type: Interface ITableRequest
Parent Classes:
Inherits: Progress.Lang.Object


/* Copyright (c) 2011 by progress Software Corporation.
/*
/* all rights reserved. no part of this program or document
/* may be reproduced in any form or by any means without
/* permission in writing from progress Software Corporation.
Purpose:Interface for table fetch request
Author(s):hdaniels
Created:Tue Feb 09 18:28:13 EST 2010
Notes:This is similar to IPageRequest except that there is
no Add to add child requests



Property Summary
  Options Name Purpose
  CHARACTER KeyField
  CHARACTER KeyValue
  LOGICAL Lazy
  CHARACTER Name
  INTEGER PageSize
  CHARACTER QueryString
  CHARACTER SearchString
  INTEGER Start


Property Detail
Top

CHARACTER KeyField

Returns CHARACTER
 
Top

CHARACTER KeyValue

Returns CHARACTER
 
Top

LOGICAL Lazy

Returns LOGICAL
 
Top

CHARACTER Name

Returns CHARACTER
 
Top

INTEGER PageSize

Returns INTEGER
 
Top

CHARACTER QueryString

Returns CHARACTER
 
Top

CHARACTER SearchString

Returns CHARACTER
 
Top

INTEGER Start

Returns INTEGER