| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Commands::Feature::ISelectImp:

()
Definition at line 42 of file mgISelectImp.h.
Public Member Functions | |
| OSGeo::FDO::Commands::Feature::IFeatureReader * | Execute () |
| Executes the select command and returns a reference to an IFeatureReader. | |
| OSGeo::FDO::Commands::Feature::IFeatureReader * | ExecuteWithLock () |
| Executes the select command and returns a reference to an IFeatureReader. | |
| __property OSGeo::FDO::Commands::Locking::ILockConflictReader * | get_LockConflicts () |
| When executing the operation ExecuteWithLock lock conflicts may occur. Those lock conflicts are reported. The function GetLockConflicts returns a lock conflict reader providing access to the list of lock conflicts that occurred during the execution of the operation. | |
| __property OSGeo::FDO::Commands::Locking::LockStrategy | get_LockStrategy () |
| Gets the LockStrategy value (see "Locking Commands"). | |
| __property OSGeo::FDO::Commands::Locking::LockType | get_LockType () |
| Gets the LockType value (see "Locking Commands"). | |
| __property System::Void | set_LockStrategy (OSGeo::FDO::Commands::Locking::LockStrategy value) |
| Sets the LockStrategy value (see "Locking Commands"). | |
| __property System::Void | set_LockType (OSGeo::FDO::Commands::Locking::LockType value) |
| Sets the LockType value (see "Locking Commands"). | |
| Comments or suggestions? Send us feedback. |