QueryExpression.NoLock Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.