Class QueryInfoWithParameters
Inheritance
System.Object
QueryInfoWithParameters
Namespace: Telerik.Reporting.Data.Schema
Assembly: Telerik.Reporting.Data.Schema.dll
Syntax
public class QueryInfoWithParameters
Constructors
QueryInfoWithParameters()
Declaration
public QueryInfoWithParameters()
Properties
Parameters
Declaration
public List<QueryInfoParameter> Parameters { get; set; }
Property Value
System.Collections.Generic.List<QueryInfoParameter>
|