Implements a strongly typed collection of CommandResultSchema elements.

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

Syntax

C#
[SerializableAttribute]
public class CommandResultSchemaCollection : SchemaObjectWithOwnerCollection<CommandResultSchema>
Visual Basic
<SerializableAttribute>
Public Class CommandResultSchemaCollection
	Inherits SchemaObjectWithOwnerCollection(Of CommandResultSchema)

Remarks

CommandResultSchemaCollection provides an [!:TabularObjectBaseCollection<T>] that is strongly typed for CommandResultSchema elements.

Inheritance Hierarchy

System..::..Object
  ObservableList<(Of <(<'CommandResultSchema>)>)>
    NamedObjectCollection<(Of <(<'CommandResultSchema>)>)>
      SchemaExplorer..::..SchemaObjectCollection<(Of <(<'CommandResultSchema>)>)>
        SchemaExplorer..::..SchemaObjectWithOwnerCollection<(Of <(<'CommandResultSchema>)>)>
          SchemaExplorer..::..CommandResultSchemaCollection

See Also