SqliteTransaction.Connection Property

Definition

Gets the connection associated with the transaction.

public virtual Microsoft.Data.Sqlite.SqliteConnection Connection { get; }
public virtual Microsoft.Data.Sqlite.SqliteConnection? Connection { get; }
member this.Connection : Microsoft.Data.Sqlite.SqliteConnection
Public Overridable ReadOnly Property Connection As SqliteConnection

Property Value

The connection associated with the transaction.

Applies to