Class SharedQuery
Represents a shared query.
Inheritance
System.Object
SharedQuery
Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Web.dll
Syntax
public class SharedQuery : Object
Constructors
SharedQuery()
Declaration
public SharedQuery()
Properties
CommandText
Declaration
public string CommandText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CommandType
Declaration
public CommandType CommandType { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.CommandType |
DataSourceReference
Declaration
public string DataSourceReference { get; set; }
Property Value
Type | Description |
---|---|
System.String |