Provides information about the command result columns.

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

Syntax

C#
IReadOnlyNamedObjectCollection<ICommandResultColumnSchema> Columns { get; }
Visual Basic
ReadOnly Property Columns As IReadOnlyNamedObjectCollection(Of ICommandResultColumnSchema)
	Get

Property Value

Type: IReadOnlyNamedObjectCollection<(Of <(<'ICommandResultColumnSchema>)>)>

See Also