DataPA Enterprise Dashboard Controls 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
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:
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