Skip to content

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

NameTypeDescription
SubQueryForm()voidRepresents the form which allows to modify sub-query
NameTypeDescription
IsSQLbool
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