Provides information about the schema objects columns.

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

Syntax

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

Property Value

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

See Also