C# Class CinderellaMGS.ExecuteQuery

Inheritance: System.Windows.Forms.Form
显示文件 Open project: ThomasMoreCollege/CinderellaMGS Class Usage Examples

Public Methods

Method Description
ExecuteQuery ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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, EventArgs e ) : void

Resets the form.

closeButton_Click ( object sender, EventArgs e ) : void

Closes the form.

executeBT_Click ( object sender, EventArgs e ) : void

Grabs the query from the textbox and determines whether it is a select, insert, or update.

label1_Click ( object sender, EventArgs e ) : void

Displays a list of tables in the database.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ExecuteQuery() public method

public ExecuteQuery ( ) : System
return System