Represents simple condition in WHERE section in SQL statement (e.g. WHERE City='London')
public class Korzh.EasyQuery.Wpf.SimpleConditionRow
: XRow
Package: Korzh.EasyQuery.Wpf
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WPF.dll
Constructors
Properties
Name |
Type |
Description |
Condition |
Condition |
Gets or sets the condition. |
ConditionBackground |
Brush |
Gets or sets the condition. |
EditMode |
EditModeKind |
Gets or sets the edit mode. |
Events
Name |
Type |
Description |
ValueRequest |
ValueRequestEventHandler |
Occurs when condition with custom editor is edited |
Methods
Name |
Type |
Description |
CreateElementByXmlNode(XmlNode node) |
XElement |
Creates the element by XML node. |
CreateElementByXmlText(string xml) |
XElement |
Creates the element by XML text. |
GetAttributeCaption(EntityAttr attr) |
string |
|
Static Fields