OptimisticLockingAttribute Constructors
Specifies that a persistent object’s state can be locked during a session.
Name | Parameters | Description |
---|---|---|
Optimistic |
none |
Initializes a new instance of the Optimistic |
Optimistic |
locking |
Initializes a new instance of the Optimistic |
Optimistic |
enabled |
Initializes a new instance of the Optimistic |
Optimistic |
field |
Initializes a new instance of the Optimistic |
See Also