SqlCommand.Transaction Property

Definition

Gets or sets the SqlTransaction within which the SqlCommand executes.

C#
[System.ComponentModel.Browsable(false)]
public Microsoft.Data.SqlClient.SqlTransaction Transaction { get; set; }
C#
public Microsoft.Data.SqlClient.SqlTransaction Transaction { get; set; }

Property Value

The SqlTransaction . The default value is null .

Attributes

Remarks

You cannot set the Transaction property if it is already set to a specific value, and the command is in the process of executing. If you set the transaction property to a SqlTransaction object that is not connected to the same SqlConnection as the SqlCommand object, an exception is thrown the next time that you attempt to execute a statement.

Applies to

Produkt Verzie
SqlClient .NET Core 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Framework 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Standard 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2