EntityCommand.Transaction Proprietà

Definizione

Ottiene o imposta la transazione all'interno della quale viene eseguito l'oggetto 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

Valore della proprietà

Transazione all'interno della quale viene eseguito l'oggetto SqlCommand .

Si applica a