SqliteCommand.Transaction Property

Definition

Gets or sets the transaction within which the command executes.

public virtual Microsoft.Data.Sqlite.SqliteTransaction Transaction { get; set; }
public virtual Microsoft.Data.Sqlite.SqliteTransaction? Transaction { get; set; }
member this.Transaction : Microsoft.Data.Sqlite.SqliteTransaction with get, set
Public Overridable Property Transaction As SqliteTransaction

Property Value

The transaction within which the command executes.

Applies to