Class DatabaseConnectionPair
Provider and connection string pair.
public class DatabaseConnectionPair : NotifiableObject, INotifyPropertyChangedEx, INotifyPropertyChanged, INotifyPropertyChanging, IPersistable
- Inheritance
-
DatabaseConnectionPair
- Implements
- Inherited Members
- Extension Methods
Constructors
DatabaseConnectionPair()
public DatabaseConnectionPair()
Properties
ConnectionString
Connection settings.
public string ConnectionString { get; set; }
Property Value
Provider
Provider type.
public string Provider { get; set; }
Property Value
Title
Connection title.
public string Title { get; }
Property Value
Methods
ToString()
public override string ToString()