Skip to content

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

NameTypeDescription
AggrColumnRow(QueryColumn column, ColumnsPanel panel)voidInitializes a new instance of the Korzh.EasyQuery.Wpf.AggrColumnRow class.
NameTypeDescription
ColumnQueryColumnGets or sets the column.
EditModeColumnsPanel.EditModeKindGets or sets the edit mode.
NameTypeDescription
ColumnPropertyDependencyPropertyIdentifies the Korzh.EasyQuery.Wpf.SimpleColumnRow.Column dependency property
NameTypeDescription
TypeIsInList(DataType type, DataType[] list)boolChecks whether the type is in list