Skip to main 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

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.

Methods

NameTypeDescription
OnApplyTemplate()void

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