SqliteConnection.Transaction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.