Indicates whether to implement pessimistic or optimistic update.
public bool PessimisticUpdate
Read-write
True for pessimistic update. False for optimistic update.
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.