SqliteConnection.Transaction Property

Definition

Gets or sets the transaction currently being used by the connection, or null if none.

protected internal virtual Microsoft.Data.Sqlite.SqliteTransaction Transaction { get; set; }
protected internal virtual Microsoft.Data.Sqlite.SqliteTransaction? Transaction { get; set; }
member this.Transaction : Microsoft.Data.Sqlite.SqliteTransaction with get, set
Protected Friend Overridable Property Transaction As SqliteTransaction

Property Value

The transaction currently being used by the connection.

Applies to