Click or drag to resize
DynamicQueryEngineArithAbortOn Field
Flag to signal the DQE to generate SET ARITHABORT ON statements prior to INSERT, DELETE and UPDATE Queries. Keep this flag to false in normal usage, but set it to true if you need to write into a table which is part of an indexed view. It will not affect normal inserts/updates that much, leaving it on is not harmful. Please consult SqlServer's Books online for more details on SET ARITHABORT ON. After each statement the setting is turned off if it has been turned on prior to that statement.

Namespace:  SD.LLBLGen.Pro.DQE.SqlServer
Assembly:  SD.LLBLGen.Pro.DQE.SqlServer (in SD.LLBLGen.Pro.DQE.SqlServer.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static bool ArithAbortOn

Field Value

Type: Boolean
Remarks
Setting this flag is a global change. Not supported on CE
See Also