Index

DXDatastoreDefFed

Purpose:

This class represents an Enterprise Information Portal datastore definition.

Methods:

getEntity
  LPDISPATCH getEntity(LPCTSTR entityName);

Gets an entity. The returned LPDISPATCH pointer contains a DXEntityDefFed object.

listEntities
  LPDISPATCH listEntities();

listEntityNames
  VARIANT listEntityNames(long* arraySize);

Gets a list of entity names. The output parameter arraySize is the size of the array.

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.