__property OSGeo::FDO::Commands::Locking::ILockConflictReader * OSGeo::FDO::Commands::Feature::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.

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.

When executing the operation ExecuteWithLock lock conflicts may occur. Those lock conflicts are reported. This function returns a lock conflict reader providing access to the list of lock conflicts that occurred during the execution of the operation.

Returns:
Returns a lock conflict reader.