FDO .NET API Reference Feature Data Objects

mgISelect.h File Reference

Include dependency graph for mgISelect.h:

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

Go to the source code of this file.


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::Feature
namespace  OSGeo::FDO::Commands::Locking

Functions

OSGeo::FDO::Commands::Feature::IFeatureReaderOSGeo::FDO::Commands::Feature::Execute ()
 Executes the update command and returns the number of modified instances.
OSGeo::FDO::Commands::Feature::IFeatureReaderOSGeo::FDO::Commands::Feature::ExecuteWithLock ()
 Executes the select command and returns a reference to an IFeatureReader.
__property OSGeo::FDO::Commands::Locking::ILockConflictReaderOSGeo::FDO::Commands::Feature::get_LockConflicts ()
 Updating objects might result in lock conflicts if objects to be updated are not exclusively locked for the user attempting to update the object. If objects to be updated are not exclusively locked for the user attempting to update the object, a lock conflict report is generated. This function returns a lock conflict reader providing access to the list of lock conflicts that occurred during the execution of the update operation.
__property OSGeo::FDO::Commands::Locking::LockStrategy OSGeo::FDO::Commands::Feature::get_LockStrategy ()
 Gets the LockStrategy value (see "Locking Commands").
__property System::Void OSGeo::FDO::Commands::Feature::set_LockStrategy (OSGeo::FDO::Commands::Locking::LockStrategy value)
 Sets the LockStrategy value (see "Locking Commands").
__property System::Void OSGeo::FDO::Commands::Feature::set_LockType (OSGeo::FDO::Commands::Locking::LockType value)
 Sets the LockType value (see "Locking Commands").

Variables

public __gc __interface OSGeo::FDO::Commands::Feature::IFeatureReader
public __gc __interface OSGeo::FDO::Commands::Locking::ILockConflictReader
public __gc __interface OSGeo::FDO::Commands::Feature::ISelect

Comments or suggestions? Send us feedback.