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

Constructors

NameTypeDescription
AggrColumnRow(QueryColumn column, ColumnsPanel panel)voidInitializes a new instance of the Korzh.EasyQuery.Wpf.AggrColumnRow class.

Properties

NameTypeDescription
ColumnQueryColumnGets or sets the column.
EditModeColumnsPanel.EditModeKindGets or sets the edit mode.

Static Fields

NameTypeDescription
ColumnPropertyDependencyPropertyIdentifies the Korzh.EasyQuery.Wpf.SimpleColumnRow.Column dependency property

Static Methods

NameTypeDescription
TypeIsInList(DataType type, DataType[] list)boolChecks whether the type is in list