QueryExpression.NoLock Property

Definition

Setting this property is not necessary.

public:
 property bool NoLock { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(Order=50)]
public bool NoLock { get; set; }
[<System.Runtime.Serialization.DataMember(Order=50)>]
member this.NoLock : bool with get, set
Public Property NoLock As Boolean

Property Value

Setting this property is not necessary.

Attributes

Remarks

In earlier versions, this property prevented shared locks on records. It's no longer necessary to set this property.

Applies to