FDO API Reference | Feature Data Objects |
#include <IDelete.h>
Inherits FdoIFeatureCommand.
Inheritance diagram for FdoIDelete:
Definition at line 42 of file IDelete.h.
Public Member Functions | |
virtual FDO_API FdoInt32 | Execute ()=0 |
Executes the delete command and returns the number of instances deleted. | |
virtual FDO_API FdoILockConflictReader * | GetLockConflicts ()=0 |
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. The function GetLockConflicts returns a lock conflict reader that provides access to the list of lock conflicts that occurred during the execution of the delete operation. | |
Friends | |
class | FdoIConnection |
|
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. The function GetLockConflicts returns a lock conflict reader that provides access to the list of lock conflicts that occurred during the execution of the delete operation.
|
|
Reimplemented from FdoIFeatureCommand. |
Comments or suggestions? Send us feedback. |