subqueryform-class
Summary description for SubQueryForm.
public class Korzh.EasyQuery.WinForms.SubQueryForm
: Form
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Name | Type | Description |
---|---|---|
SubQueryForm() | void | Represents the form which allows to modify sub-query |
Properties
Name | Type | Description |
---|---|---|
IsSQL | bool |
Methods
Name | Type | Description |
---|---|---|
Dispose(bool disposing) | void | Clean up any resources being used. |
Init(QueryPanel parentQueryPanel) | void | Initializes the form by some parent Korzh.EasyQuery.WinForms.QueryPanel object. |
InitQuery(Query parentQuery, string queryJson) | void | Initializes the Korzh.EasyQuery.Query object by its JSON representation. |
InitSQL(Query parentQuery, EqExpression expr) | void |