SqliteCommand.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 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.