QuickObjects.ObjectBase Send comments on this topic.
UseNoLock Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObject Interface : UseNoLock Property
UseNoLock

Holds a boolean value. This value indicates weather the select query will use the nolock clause or not.

Syntax

C# 
virtual bool UseNoLock {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also