Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace
Tortuga.Chain.SqlServer Namespace

SqlServerDataSourceSettings..::..ArithAbort Property

Terminates a query when an overflow or divide-by-zero error occurs during query execution.

Namespace:  Tortuga.Chain.SqlServer
Assembly:  Tortuga.Chain.SqlServer.OleDb (in Tortuga.Chain.SqlServer.OleDb.dll)

Syntax


public Nullable<bool> ArithAbort { get; set; }
Public Property ArithAbort As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> ArithAbort {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}

Remarks


Microsoft recommends setting ArithAbort=On for all connections. To avoid an additional round-trip to the server, do this at the server level instead of at the connection level.