| DataObjectLoadOptionsBaseSkipDBLockedObjects Property |
Note: This API is now obsolete.
Determines whether locked objects are skipped.
If set to true, READPAST is used as locking hint in the database.
Used in for instance dataobjlst.aspx as it increases the throughput.
It may cause objects to disappear from the list while being updated in another transaction.
To be used with grat caution.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax[ObsoleteAttribute("Not used anymore (v14)")]
public bool SkipDBLockedObjects { get; set; }
Property Value
Type:
Boolean
See Also