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.