FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::Locking::ILockConflictReader Interface Reference
[OSGeo::FDO::Commands::Locking]

Inherited by OSGeo::FDO::Commands::Locking::ILockConflictReaderImp.

Inheritance diagram for OSGeo::FDO::Commands::Locking::ILockConflictReader:

Inheritance graph
[legend]

Detailed Description

The ILockConflictReader 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 ILockConflictReader is returned from the AcquireLock, Select, ReleaseLock, Update, and Delete commands. The initial position of the ILockConflictReader is prior to the first item, thus you must call ReadNext to begin accessing any data.


Comments or suggestions? Send us feedback.