Provides access to the commands contained in the database.

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

Syntax

C#
IReadOnlySchemaObjectWithOwnerCollection<ICommandSchema> Commands { get; }
Visual Basic
ReadOnly Property Commands As IReadOnlySchemaObjectWithOwnerCollection(Of ICommandSchema)
	Get

Property Value

Type: IReadOnlySchemaObjectWithOwnerCollection<(Of <(<'ICommandSchema>)>)>

See Also