Class QueryInfoParameter
Inheritance
System.Object
QueryInfoParameter
Namespace: Telerik.Reporting.Data.Schema
Assembly: Telerik.Reporting.Data.Schema.dll
Syntax
public class QueryInfoParameter
Constructors
QueryInfoParameter()
Declaration
public QueryInfoParameter()
Properties
DbType
Declaration
public DbType DbType { get; set; }
Property Value
System.Data.DbType
|
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
Value
Declaration
public object Value { get; set; }
Property Value
System.Object
|