SqliteConnection.CreateCommand Method
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.
Creates a new command associated with the connection.
public virtual Microsoft.Data.Sqlite.SqliteCommand CreateCommand ();
override this.CreateCommand : unit -> Microsoft.Data.Sqlite.SqliteCommand
Public Overridable Function CreateCommand () As SqliteCommand
Returns
The new command.
Remarks
The command's Transaction property will also be set to the current transaction.