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

SqlServerDataSource..::..ArithAbort Property

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

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.SqlServer.MDS (in Tortuga.Chain.SqlServer.MDS.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.