Method | Description | |
---|---|---|
ExecuteQuery ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
clearBT_Click ( object sender, |
Resets the form.
|
|
closeButton_Click ( object sender, |
Closes the form.
|
|
executeBT_Click ( object sender, |
Grabs the query from the textbox and determines whether it is a select, insert, or update.
|
|
label1_Click ( object sender, |
Displays a list of tables in the database.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |