DataPA Enterprise Dashboard Controls API Reference
Returns the SQL query string for this query if this query uses one.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string SQLQueryString { get; }
Visual Basic
Public ReadOnly Property SQLQueryString As String
	Get
Visual C++
public:
virtual property String^ SQLQueryString {
	String^ get () sealed;
}

Property Value

Type: String
The SQL query string for this query if this query uses one.

Return Value

Type: String
The SQL query string for this query if this query uses one.

Remarks