tables property

List<SqlServerTable>? tables
getter/setter pair

Tables in the schema.

Implementation

core.List<SqlServerTable>? tables;