Implements a strongly typed collection of ViewColumnSchema elements.
            
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
[SerializableAttribute] public class ViewColumnSchemaCollection : DataObjectBaseCollection<ViewColumnSchema>  | 
| Visual Basic | 
|---|
<SerializableAttribute> Public Class ViewColumnSchemaCollection Inherits DataObjectBaseCollection(Of ViewColumnSchema)  | 
Remarks
ViewColumnSchemaCollection provides an DataObjectBaseCollection<(Of <(<'T>)>)>
            that is strongly typed for ViewColumnSchema elements.
            
Inheritance Hierarchy
System..::..Object
ObservableList<(Of <(<'ViewColumnSchema>)>)>
NamedObjectCollection<(Of <(<'ViewColumnSchema>)>)>
SchemaExplorer..::..SchemaObjectCollection<(Of <(<'ViewColumnSchema>)>)>
SchemaExplorer..::..DataObjectBaseCollection<(Of <(<'ViewColumnSchema>)>)>
SchemaExplorer..::..ViewColumnSchemaCollection
ObservableList<(Of <(<'ViewColumnSchema>)>)>
NamedObjectCollection<(Of <(<'ViewColumnSchema>)>)>
SchemaExplorer..::..SchemaObjectCollection<(Of <(<'ViewColumnSchema>)>)>
SchemaExplorer..::..DataObjectBaseCollection<(Of <(<'ViewColumnSchema>)>)>
SchemaExplorer..::..ViewColumnSchemaCollection