Represents special kind of LIST row element which gets list of available values from database.
public class Korzh.EasyQuery.WinForms.SqlListXElement
Package: Korzh.EasyQuery.WinForms
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WinForms.dll
Name | Type | Description |
---|
SQL | string | Gets the text of SQL SELECT statement. |
Name | Type | Description |
---|
CoreGetTextAdjustedByValue(string newValue) | string | Gets the element’s text according to its value. This method can be overridden in inherited classes. |
CoreRefreshList() | void | Internal implementation of Korzh.EasyQuery.WinForms.ListXElement.RefreshList method. It makes parent panel to raise SqlExecute event to fill the list. |
LinkClickedHandler(object sender, LinkLabelLinkClickedEventArgs e) | void | Called when the label is clicked. |
ParseXmlNode(XmlNode node) | void | Parses the XML node. |
PopulateList() | void | Calls Action event named “SqlListRequest” to populate the list. |
SetSql(string newSql) | void | Sets the text of SQL SELECT statement. |