FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Commands::Feature::IDeleteImp:
Public Member Functions | |
System::Int32 | Execute () |
Executes the delete command and returns the number of instances deleted. | |
__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. |
|
Executes the delete command and returns the number of instances deleted.
|
|
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.
|
Comments or suggestions? Send us feedback. |