New to Telerik ReportingStart a free 30-day trial

Contains query information along with parameter values for parameterized query execution.

Definition

Namespace:Telerik.Reporting.Data.Schema

Assembly:Telerik.Reporting.Data.Schema.dll

Syntax:

C#
public class QueryInfoWithParameters

Inheritance: objectQueryInfoWithParameters

Constructors

C#
public QueryInfoWithParameters()

Properties

Gets or sets the collection of parameter values for the query execution.

C#
public List<QueryInfoParameter> Parameters { get; set; }
Remarks:

Contains the parameter names, values, and database types needed to execute parameterized queries.

Gets or sets the base query configuration including connection and command details.

C#
[Required]
public QueryInfo QueryInfo { get; set; }
Remarks:

This property is required and contains the core query information needed for execution.