Connector/Net contains a table editor, which enables the visual creation and modification of tables.

The Table Editor can be accessed through a mouse action on table-type node of Server Explorer. To create a new table, right-click on the Tables node (under the connection node) and choose the Create Table command from the context menu. To modify an existing table, double-click on the node of the table you wish to modify, or right-click on this node and choose the Alter Table command from the context menu. Either of the commands opens the Table Editor.

The table editor is implemented in the manner of the well-known Query Browser Table Editor, but with minor differences.

Table Editor consists of the following parts:

Each of these areas is discussed in children topics.

To save changes you have made in the Table Editor, use either Save or Save All button of the Visual Studio main toolbar, or just press Ctrl+S. Before changes are saved, you will be asked to confirm the execution of the corresponding SQL query in a confirmation dialog.