IDbCommand.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 IDataParameterCollection.
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.