sqllistvalueeditor-class
Represents the list EasyData.ValueEditor.
public class Korzh.EasyQuery.SqlListValueEditor
    : ListValueEditor
Assembly: Korzh.EasyQuery.dll
Constructors
| Name | Type | Description | 
|---|---|---|
| SqlListValueEditor( stringid,stringsql) | void | Initializes a new instance of the Korzh.EasyQuery.SqlListValueEditor class. | 
Properties
| Name | Type | Description | 
|---|---|---|
| DefaultText | string | Gets or sets the default text. | 
| DefaultValue | string | Gets or sets the default value. | 
| IdBase | string | Gets the base part of identifier. | 
| ResultType | DataType | Gets or sets the data type of edited values | 
| SQL | string | Gets or sets the text of SQL SELECT statement. | 
| SQLCount | string | Gets or sets the text of SQLCount SELECT statement. | 
| Tag | string | Gets the name of the value editor type. | 
| XmlDefinition | string | Gets the XML definition of value editor. | 
Methods
| Name | Type | Description | 
|---|---|---|
| ReadOnePropFromJsonAsync( JsonReaderreader,stringpropName,CancellationTokenct) | Task | Reads one editor's property from JSON. | 
| WritePropertiesToJsonAsync( JsonWriterwriter,BitOptionsrwOptions,CancellationTokenct) | Task | Writes the content of the "SQL LIST" value editor to JSON (asynchronous way). | 
Static Properties
| Name | Type | Description | 
|---|---|---|
| STypeCaption | string | Gets the full name of the value editor class type. |