Provides access to the tables contained in the database.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public TableSchemaCollection Tables { get; }
Visual Basic
Public ReadOnly Property Tables As TableSchemaCollection
	Get

Property Value

Type: TableSchemaCollection

See Also