Skip to content

SqlListValueEditor class

Represents the list EasyData.ValueEditor.

public class Korzh.EasyQuery.SqlListValueEditor
: ListValueEditor

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
SqlListValueEditor(string id, string sql)voidInitializes a new instance of the Korzh.EasyQuery.SqlListValueEditor class.
NameTypeDescription
DefaultTextstringGets or sets the default text.
DefaultValuestringGets or sets the default value.
IdBasestringGets the base part of identifier.
ResultTypeDataTypeGets or sets the data type of edited values
SQLstringGets or sets the text of SQL SELECT statement.
SQLCountstringGets or sets the text of SQLCount SELECT statement.
TagstringGets the name of the value editor type.
XmlDefinitionstringGets the XML definition of value editor.
NameTypeDescription
ReadOnePropFromJsonAsync(JsonReader reader, string propName)TaskReads one editor’s property from JSON.
WritePropertiesToJsonAsync(JsonWriter writer, BitOptions rwOptions)TaskWrites the content of the “SQL LIST” value editor to JSON (asynchronous way).
NameTypeDescription
STypeCaptionstringGets the full name of the value editor class type.