IDbCommand.Parameters Property

Definition

public:
 property Microsoft::ReportingServices::DataProcessing::IDataParameterCollection ^ Parameters { Microsoft::ReportingServices::DataProcessing::IDataParameterCollection ^ get(); };
public Microsoft.ReportingServices.DataProcessing.IDataParameterCollection Parameters { get; }
member this.Parameters : Microsoft.ReportingServices.DataProcessing.IDataParameterCollection
Public ReadOnly Property Parameters As IDataParameterCollection

Property Value

The parameters of the query or stored procedure.

Applies to