Skip to main content

subqueryform-class

Summary description for SubQueryForm.

public class Korzh.EasyQuery.WinForms.SubQueryForm
: Form

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
SubQueryForm()voidRepresents the form which allows to modify sub-query

Properties

NameTypeDescription
IsSQLbool

Methods

NameTypeDescription
Dispose(bool disposing)voidClean up any resources being used.
Init(QueryPanel parentQueryPanel)voidInitializes the form by some parent Korzh.EasyQuery.WinForms.QueryPanel object.
InitQuery(Query parentQuery, string queryJson)voidInitializes the Korzh.EasyQuery.Query object by its JSON representation.
InitSQL(Query parentQuery, EqExpression expr)void