SqliteConnection.CreateDbCommand Method

Definition

Creates a new command associated with the connection.

protected override System.Data.Common.DbCommand CreateDbCommand ();
override this.CreateDbCommand : unit -> System.Data.Common.DbCommand
Protected Overrides Function CreateDbCommand () As DbCommand

Returns

The new command.

Applies to