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

Definition at line 37 of file ICreateLongTransaction.h.
Public Member Functions | |
| virtual FDO_API void | Execute ()=0 |
| Executes the create long transaction command. | |
| virtual FDO_API FdoString * | GetDescription ()=0 |
| Gets the description of the long transaction to create as a string. | |
| virtual FDO_API FdoString * | GetName ()=0 |
| Gets the name of the long transaction to create as a string. | |
| virtual FDO_API void | SetDescription (FdoString *value)=0 |
| Sets the description of the long transaction to create as a string. | |
| virtual FDO_API void | SetName (FdoString *value)=0 |
| Sets the name of the long transaction to create as a string. | |
Friends | |
| class | FdoIConnection |
| Comments or suggestions? Send us feedback. |