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#
IReadOnlySchemaObjectWithOwnerCollection<ITableSchema> Tables { get; }
Visual Basic
ReadOnly Property Tables As IReadOnlySchemaObjectWithOwnerCollection(Of ITableSchema)
	Get

Property Value

Type: IReadOnlySchemaObjectWithOwnerCollection<(Of <(<'ITableSchema>)>)>

See Also