Click or drag to resize

ExecuteOptions Enumeration

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ExecuteOptions
Members
  Member nameValueDescription
LogTransaction1Log the SQL transaction to the xmt_transactions table.
ResolveEmbedded2Resolve the SQL statement for embedded expressions.
ReturnsIdentity4This statement returns an identity value
AllowShortTimeout8 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.
DoNotLogErrorsToDB16 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.
PlatformOp32 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.
See Also