SubQueryForm class
Summary description for SubQueryForm.
public class Korzh.EasyQuery.WinForms.SubQueryForm : Form
Package: Korzh.EasyQuery.WinForms
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
SubQueryForm() | void | Represents the form which allows to modify sub-query |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
IsSQL | bool |
Methods
Section titled “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 |