SqliteCommand.Parameters Property

Definition

Gets the collection of parameters used by the command.

public virtual Microsoft.Data.Sqlite.SqliteParameterCollection Parameters { get; }
member this.Parameters : Microsoft.Data.Sqlite.SqliteParameterCollection
Public Overridable ReadOnly Property Parameters As SqliteParameterCollection

Property Value

The collection of parameters used by the command.

Applies to