Used to store information about a data source.

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

Syntax

C#
[SerializableAttribute]
public class DataSource : INotifyPropertyChanged, IEquatable<DataSource>
Visual Basic
<SerializableAttribute>
Public Class DataSource
	Implements INotifyPropertyChanged, IEquatable(Of DataSource)

Inheritance Hierarchy

System..::..Object
  SchemaExplorer..::..DataSource

See Also