EntityCommand.Transaction Vlastnost

Definice

Získá nebo nastaví transakci, v rámci které provede SqlCommand .

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

Hodnota vlastnosti

Transakce, ve které se SqlCommand provádí.

Platí pro