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

OleDbSqlServerDataSource..::..ArithAbort Property

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

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

Syntax


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

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.