Class SavedQuery
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the data for one saved query.
public class SavedQuery
- Inheritance
-
SavedQuery
- Inherited Members
- Extension Methods
Properties
Query
The query as saved
public string Query { get; }
Property Value
QueryResults
The results when the query was executed the last time.
public string QueryResults { get; }