Class PgDbConnectionConfiguration
Inheritance
System.Object
PgDbConnectionConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ArgentSea.Pg
Assembly: ArgentSea.Pg.dll
Syntax
public class PgDbConnectionConfiguration : PgConnectionPropertiesBase, INotifyPropertyChanged, IDatabaseConnectionConfiguration
Properties
| Improve this Doc View SourceDatabaseKey
Declaration
public string DatabaseKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReadConnection
Declaration
public PgConnectionConfiguration ReadConnection { get; set; }
Property Value
Type | Description |
---|---|
PgConnectionConfiguration |
ReadConnectionInternal
Declaration
public IDataConnection ReadConnectionInternal { get; }
Property Value
Type | Description |
---|---|
IDataConnection |
WriteConnection
Declaration
public PgConnectionConfiguration WriteConnection { get; set; }
Property Value
Type | Description |
---|---|
PgConnectionConfiguration |
WriteConnectionInternal
Declaration
public IDataConnection WriteConnectionInternal { get; }
Property Value
Type | Description |
---|---|
IDataConnection |
Implements
System.ComponentModel.INotifyPropertyChanged