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
Name | Type | Description |
---|---|---|
AggrColumnRow(QueryColumn column, ColumnsPanel panel) | void |
Initializes a new instance of the Korzh.EasyQuery.Wpf.AggrColumnRow class. |
Properties
Name | Type | Description |
---|---|---|
Column | QueryColumn | Gets or sets the column. |
EditMode | ColumnsPanel.EditModeKind | Gets or sets the edit mode. |
Static Fields
Name | Type | Description |
---|---|---|
ColumnProperty | DependencyProperty |
Identifies the Korzh.EasyQuery.Wpf.SimpleColumnRow.Column dependency property |
Static Methods
Name | Type | Description |
---|---|---|
TypeIsInList(DataType type, DataType[] list) |
bool |
Checks whether the type is in list |