EntityCommand.Transaction Egenskap

Definition

Hämtar eller anger den transaktion som SqlCommand körs inom.

public:
 property System::Data::EntityClient::EntityTransaction ^ Transaction { System::Data::EntityClient::EntityTransaction ^ get(); void set(System::Data::EntityClient::EntityTransaction ^ value); };
public System.Data.EntityClient.EntityTransaction Transaction { get; set; }
member this.Transaction : System.Data.EntityClient.EntityTransaction with get, set
Public Property Transaction As EntityTransaction

Egenskapsvärde

Transaktionen som SqlCommand körs inom.

Gäller för