sqllistxelement-class
Represents special kind of LIST row element which gets list of available values from database.
public class Korzh.EasyQuery.WinForms.SqlListXElement
: ListXElement
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Name | Type | Description |
---|---|---|
SqlListXElement() | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.SqlListXElement class. |
Properties
Name | Type | Description |
---|---|---|
SQL | string | Gets the text of SQL SELECT statement. |
Methods
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. |
Static Properties
Name | Type | Description |
---|---|---|
TagName | string | Tag name that represents Korzh.EasyQuery.WinForms.SqlListXElement element. |