Class DashboardQuery
public class DashboardQuery
- Inheritance
-
DashboardQuery
- Inherited Members
- Extension Methods
Constructors
DashboardQuery()
public DashboardQuery()
Properties
Columns
public DashboardQueryColumn[] Columns { get; set; }
Property Value
File
public string File { get; set; }
Property Value
FileRaw
public string FileRaw { get; set; }
Property Value
Parameters
public Dictionary<string, string> Parameters { get; set; }
Property Value
Sql
public string Sql { get; set; }
Property Value
SqlRaw
public string SqlRaw { get; set; }
Property Value
Methods
FindColumn(string)
public DashboardQueryColumn FindColumn(string name)
Parameters
namestring