ExecuteOptions Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
LogTransaction | 1 | Log the SQL transaction to the xmt_transactions table. | |
ResolveEmbedded | 2 | Resolve the SQL statement for embedded expressions. | |
ReturnsIdentity | 4 | This statement returns an identity value | |
AllowShortTimeout | 8 | 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. | |
DoNotLogErrorsToDB | 16 | Do not attempt to log errors that are caught due to the execute to the database. Provided for internal use to prevent the situation where an error encountered while logging to the database causes another problematic attempt to log THAT error to the database. | |
PlatformOp | 32 | Identifies the operation as a platform operation. This intended for internal plaform use. The primary result of this is to mark any devlog entry with the Platform flag. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.