Class QueryDefinition
Inheritance
System.Object
QueryDefinition
Assembly: BoldReports.Web.dll
Syntax
public class QueryDefinition : Object
Constructors
QueryDefinition()
Declaration
Properties
CommandText
Declaration
public string CommandText { get; set; }
Property Value
Type |
Description |
System.String |
|
CommandType
Declaration
public string CommandType { get; set; }
Property Value
Type |
Description |
System.String |
|
Timeout
Declaration
public int Timeout { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TimeoutSpecified
Declaration
public bool TimeoutSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|