Skip to content

SqlListValueEditor class

Represents the list Korzh.EasyQuery.ValueEditor.

public class Korzh.EasyQuery.SqlListValueEditor
: ListValueEditor
TypeNameDescription
StringDefaultTextGets or sets the default text.
StringDefaultValueGets or sets the default value.
StringIDBaseGets the base part of identifier.
DataTypeResultTypeGets or sets the data type of edited values
StringSQLGets or sets the text of SQL SELECT statement.
StringSQLCountGets or sets the text of SQLCount SELECT statement.
StringTypeNameGets the name of the value editor type.
StringXmlDefinitionGets the XML definition of value editor.
TypeNameDescription
voidLoadContentFromXmlReader(XmlReader reader)Loads the content of value editor from XML reader.
voidSaveContentToJsonDict(JsonDict dict)Saves the content of value editor to IDictionary object (for JSON serialization).
voidSaveContentToXmlWriter(XmlWriter writer)Saves editor parameters to XML.
TypeNameDescription
StringSTypeCaptionGets the full name of the value editor class type.
StringSTypeNameGets the name of the value editor type for current class.