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.6.0.0 (5.6.19.0117)
Syntax
public SQLServerDQEConfiguration SetArithAbortOnFlag(
	bool value
)

Parameters

value
Type: SystemBoolean

Return Value

Type: SQLServerDQEConfiguration
See Also