Click or drag to resize

ScalarSqlCountWidgetQuery Property

Gets or sets sql query

Namespace:  Dynamicweb.Dashboards.Widgets
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
[AddInLabelAttribute("Sql Query")]
[AddInParameterAttribute("SqlQuery")]
[AddInParameterGroupAttribute("")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "NewGUI=true;TextArea=true;")]
public string Query { get; set; }

Property Value

Type: String
See Also