FDO API Reference Feature Data Objects

mgICreateLongTransaction.h File Reference

Include dependency graph for mgICreateLongTransaction.h:

This graph shows which files directly or indirectly include this file:


Functions

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::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.

Variables

BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_LONGTRANSACTION
public __gc __interface 
ICreateLongTransaction
 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.

Comments or suggestions? Send us feedback.