Table of Contents

Class DatabaseConnectionPair

Namespace
Ecng.Data
Assembly
Ecng.Data.dll

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

string

Provider

Provider type.

public string Provider { get; set; }

Property Value

string

Title

Connection title.

public string Title { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string