Implements a strongly typed collection of CommandResultColumnSchema elements.

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

Syntax

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

Remarks

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

Inheritance Hierarchy

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

See Also