FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgIDelete.h File Reference

Include dependency graph for mgIDelete.h:


Namespaces

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

Functions

__property OSGeo::FDO::Commands::Locking::ILockConflictReaderget_LockConflicts ()
 Deleting objects might result in lock conflicts if objects to be deleted are not exclusively locked for the user attempting to delete the object. A lock conflict report is generated. This function returns a lock conflict reader that provides access to the list of lock conflicts that occurred during the execution of the delete operation.

Variables

public __gc __interface IDelete
public __gc __interface ILockConflictReader

Function Documentation

__property OSGeo ::FDO ::Commands ::Locking ::ILockConflictReader* get_LockConflicts  ) 
 

Deleting objects might result in lock conflicts if objects to be deleted are not exclusively locked for the user attempting to delete the object. A lock conflict report is generated. This function returns a lock conflict reader that provides access to the list of lock conflicts that occurred during the execution of the delete operation.

Returns:
Returns a lock conflict reader.

Variable Documentation

public __gc __interface OSGeo::FDO::Commands::Feature::IDelete
 

public __gc __interface OSGeo::FDO::Commands::Locking::ILockConflictReader
 


Comments or suggestions? Send us feedback.