AggrColumnRow class
Represents an aggregate function used in SELECT clause of SQL query (e.g. SELECT COUNT(Cust.Name))
public class Korzh.EasyQuery.Wpf.AggrColumnRow : XRow
Package: Korzh.EasyQuery.Wpf
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WPF.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
AggrColumnRow(QueryColumn column, ColumnsPanel panel) | void | Initializes a new instance of the Korzh.EasyQuery.Wpf.AggrColumnRow class. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
Column | QueryColumn | Gets or sets the column. |
EditMode | ColumnsPanel.EditModeKind | Gets or sets the edit mode. |
Static Fields
Section titled “Static Fields”Name | Type | Description |
---|---|---|
ColumnProperty | DependencyProperty | Identifies the Korzh.EasyQuery.Wpf.SimpleColumnRow.Column dependency property |
Static Methods
Section titled “Static Methods”Name | Type | Description |
---|---|---|
TypeIsInList(DataType type, DataType[] list) | bool | Checks whether the type is in list |