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
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
SqlExecuteEventArgs(string sql, ValueItemList listItems) | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.SqlExecuteEventArgs class. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
ListItems | ValueItemList | Gets or sets the requested list of items. |
ResultXml | string | Sets the result of SQL execution in XML format. |
SQL | string | Gets the text of SQL SELECT statement. |