SqliteFactory.CreateCommand Method

Definition

Creates a new command.

public override System.Data.Common.DbCommand CreateCommand ();
override this.CreateCommand : unit -> System.Data.Common.DbCommand
Public Overrides Function CreateCommand () As DbCommand

Returns

The new command.

Applies to