DataSet.GetQueryParameters Method
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.
Returns all query parameters.
public:
System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::QueryParameter ^> ^ GetQueryParameters();
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.QueryParameter> GetQueryParameters ();
member this.GetQueryParameters : unit -> System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.QueryParameter>
Public Function GetQueryParameters () As IList(Of QueryParameter)
Returns
An IList<T> object.