Namespace: OpenEdge.DataAdmin.DataAccess
Type: Class TenantGroupData
Parent Classes:
Inherits: OpenEdge.DataAdmin.DataAccess.DataAccess
Implements: OpenEdge.DataAdmin.DataAccess.IDataAccess


/* Copyright (c) 2010 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.
File:DomainData
Author(s):hdaniels
Notes:Domain-name is case sensitive



Method Summary
  Options Name Purpose
  OpenEdge.DataAdmin.DataSource.IDataSource CreateSaveSource (character) /** @todo remove and use dataaccess dynamic new ? NOTE: As of current not all datasources are prepared to save(buffer,row-state) which these need to do, so don't add new ones without fixing them */
  FetchData (IFetchRequest)
  SaveBuffers (handle)

Property Summary
  Options Name Purpose
  CHARACTER BaseQuery


Method Detail
Top

OpenEdge.DataAdmin.DataSource.IDataSource CreateSaveSource (character)

Purpose: @todo remove and use dataaccess dynamic new ?
NOTE: As of current not all datasources are prepared to save(buffer,row-state)
which these need to do, so don't add new ones without fixing them
Parameters:
pcName CHARACTER
 
Returns OpenEdge.DataAdmin.DataSource.IDataSource
 
Top

FetchData (IFetchRequest)

Parameters:
msg OpenEdge.DataAdmin.Message.IFetchRequest
 
Top

SaveBuffers (handle)

Parameters:
phDataset HANDLE
 


Property Detail
Top

CHARACTER BaseQuery

Returns CHARACTER