FDO API Reference Feature Data Objects

END_NAMESPACE_OSGEO_FDO_COMMANDS BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_LOCKING public __gc __interface ILockConflictReader
 

The FdoILockConflictReader interface provides forward only, read-only functionality for identifying features that have a lock conflict. Features with a lock conflict are those that the caller is attempting to modify that are already locked by someone else.

Remarks:
A reference to an FdoILockConflictReader is returned from the FdoIAcquireLock, FdoISelect, FdoIReleaseLock, FdoIUpdate, and FdoIDelete commands. The initial position of the FdoILockConflictReader is prior to the first item, thus you must call ReadNext to begin accessing any data.

Comments or suggestions? Send us feedback.