Implements a strongly typed collection of CommandResultColumnSchema elements.

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

Collapse imageSyntax

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

Collapse imageRemarks

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

Collapse imageInheritance Hierarchy

System..::..Object
  ObservableList<(Of <(<'CommandResultColumnSchema>)>)>
    NamedObjectCollection<(Of <(<'CommandResultColumnSchema>)>)>
      SchemaExplorer..::..SchemaObjectCollection<(Of <(<'CommandResultColumnSchema>)>)>
        SchemaExplorer..::..DataObjectBaseCollection<(Of <(<'CommandResultColumnSchema>)>)>
          SchemaExplorer..::..CommandResultColumnSchemaCollection

Collapse imageSee Also