Used to store information about a data source.
Namespace: SchemaExplorerAssembly: 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) |