Skip to main content

sqlexecuteeventargs-class

Provides data for SqlExecute event.

public class Korzh.EasyQuery.WinForms.SqlExecuteEventArgs
: EventArgs

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
SqlExecuteEventArgs(string sql, ValueItemList listItems)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.SqlExecuteEventArgs class.

Properties

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.