Skip to main content

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

NameTypeDescription
SqlListXElement()voidInitializes a new instance of the Korzh.EasyQuery.WinForms.SqlListXElement class.

Properties

NameTypeDescription
SQLstringGets the text of SQL SELECT statement.

Methods

NameTypeDescription
CoreGetTextAdjustedByValue(string newValue)stringGets the element's text according to its value. This method can be overridden in inherited classes.
CoreRefreshList()voidInternal 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)voidCalled when the label is clicked.
ParseXmlNode(XmlNode node)voidParses the XML node.
PopulateList()voidCalls Action event named "SqlListRequest" to populate the list.
SetSql(string newSql)voidSets the text of SQL SELECT statement.

Static Properties

NameTypeDescription
TagNamestringTag name that represents Korzh.EasyQuery.WinForms.SqlListXElement element.