Class QueryInfoWithParameters
Contains query information along with parameter values for parameterized query execution.
Inheritance
Namespace: Telerik.Reporting.Data.Schema
Assembly: Telerik.Reporting.Data.Schema.dll
Syntax
public class QueryInfoWithParameters
Remarks
Used when executing queries that require parameter values to be provided for proper execution.
Constructors
QueryInfoWithParameters()
Declaration
public QueryInfoWithParameters()
Properties
Parameters
Gets or sets the collection of parameter values for the query execution.
Declaration
public List<QueryInfoParameter> Parameters { get; set; }
Property Value
|
System.Collections.Generic.List<QueryInfoParameter>
|
Remarks
Contains the parameter names, values, and database types needed to execute parameterized queries.
QueryInfo
Gets or sets the base query configuration including connection and command details.
Declaration
public QueryInfo QueryInfo { get; set; }
Property Value
|
QueryInfo
|
Remarks
This property is required and contains the core query information needed for execution.