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
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. |
Methods
Name | Type | Description |
---|---|---|
OnApplyTemplate() | void |
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 |