Implements a strongly typed collection of ColumnSchema elements.

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

Syntax

C#
[SerializableAttribute]
public class ColumnSchemaCollection : DataObjectBaseCollection<ColumnSchema>
Visual Basic
<SerializableAttribute>
Public Class ColumnSchemaCollection
	Inherits DataObjectBaseCollection(Of ColumnSchema)

Remarks

ColumnSchemaCollection provides an DataObjectBaseCollection<(Of <(<'T>)>)> that is strongly typed for ColumnSchema elements.

Inheritance Hierarchy

System..::..Object
  ObservableList<(Of <(<'ColumnSchema>)>)>
    NamedObjectCollection<(Of <(<'ColumnSchema>)>)>
      SchemaExplorer..::..SchemaObjectCollection<(Of <(<'ColumnSchema>)>)>
        SchemaExplorer..::..DataObjectBaseCollection<(Of <(<'ColumnSchema>)>)>
          SchemaExplorer..::..ColumnSchemaCollection

See Also