| FDO API Reference | Feature Data Objects |
#include <IListDataStores.h>
Inherits FdoICommand.
Inheritance diagram for FdoIListDataStores:

Definition at line 34 of file IListDataStores.h.
Public Member Functions | |
| virtual FDO_API FdoIDataStoreReader * | Execute ()=0 |
| Executes the FdoIListDataStores command. | |
| virtual FDO_API bool | GetIncludeNonFdoEnabledDatastores ()=0 |
| Gets the flag that indicates whether to include or not include Non-FDO enabled datastores in the returned list. These are also referred to as foreign datastores. | |
| virtual FDO_API void | SetIncludeNonFdoEnabledDatastores (bool include)=0 |
| Sets the flag to indicate whether to include or not include Non-FDO enabled datastores in the returned list. These are also referred to as foreign datastores. | |
Friends | |
| class | FdoIConnection |
| Comments or suggestions? Send us feedback. |