DashboardQuerySQLQueryString Property |
|
DataPA OpenAnalytics API Reference
Returns the SQL query string for this query if this query uses one.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string SQLQueryString { get; }
Public ReadOnly Property SQLQueryString As String
Get
public:
virtual property String^ SQLQueryString {
String^ get () sealed;
}
function get_SQLQueryString();
Property Value
Type:
StringThe SQL query string for this query if this query uses one.
Return Value
Type:
StringThe SQL query string for this query if this query uses one.
Remarks See Also