Class AbpDbConnectionOptions
Inheritance
object
AbpDbConnectionOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Data
Assembly: Volo.Abp.Data.dll
Syntax
public class AbpDbConnectionOptions
Constructors
AbpDbConnectionOptions()
Declaration
public AbpDbConnectionOptions()
Properties
ConnectionStrings
Declaration
public ConnectionStrings ConnectionStrings { get; set; }
Property Value
| Type | Description |
|---|---|
| ConnectionStrings |
Databases
Declaration
public AbpDatabaseInfoDictionary Databases { get; set; }
Property Value
| Type | Description |
|---|---|
| AbpDatabaseInfoDictionary |
Methods
GetConnectionStringOrNull(string, bool, bool)
Declaration
public string GetConnectionStringOrNull(string connectionStringName, bool fallbackToDatabaseMappings = true, bool fallbackToDefault = true)
Parameters
| Type | Name | Description |
|---|---|---|
| string | connectionStringName | |
| bool | fallbackToDatabaseMappings | |
| bool | fallbackToDefault |
Returns
| Type | Description |
|---|---|
| string |