Click or drag to resize
SQLServerDQEConfigurationSetArithAbortOnFlag Method
Sets the global 'ArithAbortOn' flag for the DQE to the value specified.

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 SQLServerDQEConfiguration SetArithAbortOnFlag(
	bool value
)

Parameters

value
Type: SystemBoolean

Return Value

Type: SQLServerDQEConfiguration
See Also