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.Wpf.dll
Syntax
[Obsolete("SharedQuery")]
public class SharedQuery
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 |