FDO API Reference Feature Data Objects

virtual FDO_API FdoILockConflictReader* FdoIUpdate::GetLockConflicts  )  [pure virtual]
 

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. The function GetLockConflicts returns a lock conflict reader providing access to the list of lock conflicts that occurred during the execution of the update operation.

Returns:
Returns a lock conflict reader.

Comments or suggestions? Send us feedback.