Provides methods that perform high-level operations on a table.
| C# |
public static class TableActions
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| AddCategorizationTable(Database, String) |
Creates a self-related table with a composite, parent-child hierarchy.
| |
| AddCategorizationTable(Database, String, String, String) |
Creates a self-related table with a composite, parent-child hierarchy.
| |
| AddCategorizationTable(Database, String, String, String, String, String, Boolean, Boolean) |
Creates a self-related table with a composite, parent-child hierarchy.
| |
| AddCommentsTable(Database, String) |
Creates a table for storing user comments associated with a given user table.
| |
| AddLookupTable(Database, String, String) |
Creates a table with a parent-child relationship to accommodate parent lookups for a given user table.
|
| Object | |
| TableActions | |