The deadlock detector configuration, specifying what lock request(s)
            should be rejected. As transactions acquire locks on behalf of a
            single locker ID, rejecting a lock request associated with a
            transaction normally requires the transaction be aborted.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public DeadlockPolicy DeadlockResolution { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| Public Property DeadlockResolution As DeadlockPolicy | 
| Visual C++ | 
|---|
| public: property DeadlockPolicy^ DeadlockResolution { DeadlockPolicy^ get (); void set (DeadlockPolicy^ value); } | 





