Provides access to information about the results and column schema information returned when executing this command.

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

Syntax

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

Property Value

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

See Also