EntityCommand.Transaction Eigenschap

Definitie

Hiermee haalt u de transactie op waarin de bewerking wordt uitgevoerd of stelt u deze SqlCommand in.

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

Waarde van eigenschap

De transactie waarin de SqlCommand uitvoering wordt uitgevoerd.

Van toepassing op