Class QueryInfo
Namespace: Telerik.Reporting.Data.Schema
Assembly: Telerik.Reporting.Data.Schema.dll
Syntax
public class QueryInfo : ConnectionInfo
Constructors
QueryInfo()
Declaration
public QueryInfo()
Properties
CommandTimeout
Declaration
public int CommandTimeout { get; set; }
Property Value
System.Int32
|
SelectCommand
Declaration
public string SelectCommand { get; set; }
Property Value
System.String
|
SelectCommandType
Declaration
public SqlDataSourceCommandType SelectCommandType { get; set; }
Property Value
SqlDataSourceCommandType
|