Applies the "NO LOCK" hint to Tables in the query (where the database provider supports). USE WITH EXTREME CAUTION.

<para>If there is an active Database Transaction this hint is ignored.</para> <para>WARNING: Using the NOLOCK hint has these issues:</para> <list> <item>Rows may be included more than once</item> <item>Not see a Row</item> <item>See Row data that is not committed (and then rolled back)</item> <item>Cause various SQL errors</item> </list>

Syntax

ISSelectQueryBuilder.TableHintNoLock

Return Value

Boolean
Member of:
ISSelectQueryBuilder
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0