OptimisticLockCollision Constructor |
Constructor
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public OptimisticLockCollision(
int changeCount
)
Public Sub New (
changeCount As Integer
)
Parameters
- changeCount
- Type: SystemInt32
The number of changes to the record since last viewed.
See Also