Class QueryDefinition
Inheritance
System.Object
QueryDefinition
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.SqlServer.ReportingServices2010
Assembly: BoldReports.Web.dll
Syntax
public class QueryDefinition
Constructors
QueryDefinition()
Declaration
public QueryDefinition()
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 |