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

Definition at line 36 of file IGetLongTransactions.h.
Public Member Functions | |
| virtual FDO_API FdoILongTransactionReader * | Execute ()=0 |
| Executes the GetLongTransactions command returning a reference to an FdoILongTransactionReader. | |
| virtual FDO_API FdoString * | GetName ()=0 |
| Gets the currently set name of the long transaction for which the long transaction information should be retrieved. If the property is not set, the function returns a NULL pointer. | |
| virtual FDO_API void | SetName (FdoString *value)=0 |
| Sets the name of the long transaction for which information should be retrieved. The function can also be used to nullify the property by using a NULL pointer as the function's parameter. If the the property is not set, the function returns information for all available long transactions. | |
Friends | |
| class | FdoIConnection |
| Comments or suggestions? Send us feedback. |