IDbCommand::Parameters Property
.NET Framework (current version)
Gets the IDataParameterCollection.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System.Data::IDataParameterCollection^The parameters of the SQL statement or stored procedure.
The following example creates an instance of the derived class, SqlCommand, and displays its parameters. In the example, the application passes a SqlConnection, a query string that is a Transact-SQL SELECT statement, and an array of SqlParameter objects.
.NET Framework
Available since 1.1
Available since 1.1
Show: