Skip to main content

Tables

This is a collection of all regular table definitions in the project.
Permitted Collection Child Definitions
ChildAPI TypeDescription
<CloneTable />AstTableCloneNodeTableClone enables you to create a copy of an existing table, allowing you to add your own additional columns, indexes, and keys in order to support staging mechanisms, temp-tables, etc.
<Table />AstTableNodeTable objects correspond directly to regular tables in the SQL Server product. They support all of the same features and present all of the same limitations.