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