FDO API Reference Feature Data Objects

ICreateLongTransactionImp Class Reference

List of all members.

Detailed Description

The FdoICreateLongTransaction interface defines the CreateLongTransaction command which creates a long transaction that is based upon the currently active long transaction. If no long transaction is active, then the long transaction is based upon the root data. Input to the create long transaction command includes a name and description for the new long transaction.


Public Member Functions

System::Void Dispose ()
System::Void Execute ()
 Executes the create long transaction command.
__property System::String * get_Description ()
 Gets the description of the long transaction to create as a string.
__property System::String * get_Name ()
 Gets the name of the long transaction to create as a string.
__property System::Void set_Description (System::String *value)
 Sets the description of the long transaction to create as a string.
__property System::Void set_Name (System::String *value)
 Sets the name of the long transaction to create as a string.

Comments or suggestions? Send us feedback.