Class SharedQuery
Represents a shared query.
Inheritance
System.Object
SharedQuery
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: BoldReports.RDL.Data
Assembly: BoldReports.Web.dll
Syntax
[Obsolete("SharedQuery")]
public class SharedQuery
Constructors
SharedQuery()
Declaration
public SharedQuery()
Properties
CommandText
Gets or sets the command text for the query.
Declaration
public string CommandText { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string containing the SQL command or query text to be executed. |
CommandType
Gets or sets the type of command being executed.
Declaration
public CommandType CommandType { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.CommandType | An enumeration of type |
DataSourceReference
Gets or sets the reference to the data source.
Declaration
public string DataSourceReference { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the reference or path to the data source used by this query. |