sqlexecuteeventargs-class
Provides data for SqlExecute event.
public class Korzh.EasyQuery.WinForms.SqlExecuteEventArgs
: EventArgs
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Name | Type | Description |
---|---|---|
SqlExecuteEventArgs(string sql, ValueItemList listItems) | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.SqlExecuteEventArgs class. |
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. |