PessimisticUpdate Property

Indicates whether to implement pessimistic or optimistic update.

Syntax

public bool PessimisticUpdate

Access

Read-write

Property Value

True for pessimistic update. False for optimistic update.

Usage

  • Pessimistic update locks a record such that the record is viewable by all users but is editable only to one user

  • Optimistic update allows multiple users to edit the same record.