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

Parameters

value
Type: SystemBoolean

Return Value

Type: SQLServerDQEConfiguration
See Also