Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDbCommand::Parameters Property

 
Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

property IDataParameterCollection^ Parameters {
	IDataParameterCollection^ get();
}

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft