DataFuncOptions Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
NoResolve | 1 | Do not resolve the SQL expression for embedded functions. | |
TableIsComplex | 2 | Assume that table parameter does not represent a simple table and may contain inner joins with other tables. For example, in SQL Server the table name in the EXISTS test will not be decorated with 'WITH (NOLOCK)'. | |
AllowShortTimeout | 4 | Normally command timeouts are limited to a minimum of 30 seconds as substantially shorter timeouts are typically problematic in production environments at peak load. However, when this option is set, the minimum is not enforced. This option should be used only with careful consideration. Note, however, that a zero timeout means to NEVER timeout and this is disallowed. | |
RefreshCache | 8 | When using the DBLookupCache method, this will clear any cached value out of thread storage and force the value to be looked up using the provided parameters. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.