Interface for a table designer, which allows the user to define a table.
| C# |
public interface ITableDesigner
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Application |
Gets the associated application.
| |
| Database |
Gets the associated database.
| |
| PasteColumns(TableReference) |
Applies column definitions that were copied onto the clipboard by adding or updating the table's columns.
| |
| Save()()() |
Saves changes, if any.
| |
| Save(Boolean) |
Saves changes, if any.
| |
| ShowProperties |
Gets or sets whether the property editor/grid is shown.
| |
| ShowSystemColumns |
Gets or sets whether system columns are shown (if they're visible, they will typically be read-only).
| |
| ToolStrip |
Gets the table designer's main ToolStrip.
|