Implements a strongly typed collection of TableSchema elements.

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

Syntax

C#
[SerializableAttribute]
public class TableSchemaCollection : SchemaObjectWithOwnerCollection<TableSchema>
Visual Basic
<SerializableAttribute>
Public Class TableSchemaCollection
	Inherits SchemaObjectWithOwnerCollection(Of TableSchema)

Remarks

TableSchemaCollection provides an SchemaObjectWithOwnerCollection<(Of <(<'T>)>)> that is strongly typed for TableSchema elements.

Inheritance Hierarchy

System..::..Object
  ObservableList<(Of <(<'TableSchema>)>)>
    NamedObjectCollection<(Of <(<'TableSchema>)>)>
      SchemaExplorer..::..SchemaObjectCollection<(Of <(<'TableSchema>)>)>
        SchemaExplorer..::..SchemaObjectWithOwnerCollection<(Of <(<'TableSchema>)>)>
          SchemaExplorer..::..TableSchemaCollection

See Also