FDO API Reference Feature Data Objects

IGetLongTransactionsImp Class Reference

List of all members.

Detailed Description

The FdoIGetLongTransactions interface defines the GetLongTransactions command. It allows a user to retrieve long transaction information for all or a specific long transaction. The command returns a FdoILongTransactionReader object enumerating the identified long transactions.


Public Member Functions

System::Void Dispose ()
NAMESPACE_OSGEO_FDO_COMMANDS_LONGTRANSACTION::ILongTransactionReaderExecute ()
 Executes the GetLongTransactions command returning a reference to an FdoILongTransactionReader.
__property System::String * get_Name ()
 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.
__property System::Void set_Name (System::String *value)
 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.

Comments or suggestions? Send us feedback.