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
)
Public Function SetArithAbortOnFlag (
value As Boolean
) As SQLServerDQEConfiguration
Parameters
- value
- Type: SystemBoolean
Return Value
Type:
SQLServerDQEConfigurationSee Also