Implements a strongly typed collection of TableKeySchema elements.

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

Syntax

C#
[SerializableAttribute]
public class TableKeySchemaCollection : SchemaObjectCollection<TableKeySchema>
Visual Basic
<SerializableAttribute>
Public Class TableKeySchemaCollection
	Inherits SchemaObjectCollection(Of TableKeySchema)

Remarks

TableKeySchemaCollection provides an SchemaObjectCollection<(Of <(<'T>)>)> that is strongly typed for TableKeySchema elements.

Inheritance Hierarchy

System..::..Object
  ObservableList<(Of <(<'TableKeySchema>)>)>
    NamedObjectCollection<(Of <(<'TableKeySchema>)>)>
      SchemaExplorer..::..SchemaObjectCollection<(Of <(<'TableKeySchema>)>)>
        SchemaExplorer..::..TableKeySchemaCollection

See Also