Class AbpDatabaseInfo
Inheritance
object
AbpDatabaseInfo
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 AbpDatabaseInfo
Properties
DatabaseName
Declaration
public string DatabaseName { get; }
Property Value
Type | Description |
---|---|
string |
IsUsedByTenants
Declaration
public bool IsUsedByTenants { get; set; }
Property Value
Type | Description |
---|---|
bool |
MappedConnections
Declaration
public HashSet<string> MappedConnections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.HashSet<T><string> |
Methods
MapConnection(params string[])
Declaration
public void MapConnection(params string[] connectionNames)
Parameters
Type | Name | Description |
---|---|---|
string[] | connectionNames |