ASP.NET MVC 10.1.11
Demos Support Blog Download
Show / Hide Table of Contents
PDF

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 RDL.DOM.CommandType representing whether the command is a text query, stored procedure, or other types supported by the data provider.

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.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved