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

UseNoLock

Holds a boolean value.

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

NOTE: This is only used when the database server is SQL Server 2005 or SQL Server 2000.

Syntax

C# 
public bool UseNoLock {get; set;}

Requirements

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

See Also