Skip to content

SqlExecuteEventArgs class

Provides data for SqlExecute event.

public class Korzh.EasyQuery.WinForms.SqlExecuteEventArgs
: EventArgs

Package: Korzh.EasyQuery.WinForms (targets: net461, net5.0-windows7.0, netcoreapp3.1)

Assembly: Korzh.EasyQuery.WinForms.dll

NameTypeDescription
SqlExecuteEventArgs(string sql, ValueItemList listItems)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.SqlExecuteEventArgs class.
NameTypeDescription
ListItemsValueItemListGets or sets the requested list of items.
ResultXmlstringSets the result of SQL execution in XML format.
SQLstringGets the text of SQL SELECT statement.