Class AbpConnectionStringCheckResult
Inherited Members
Namespace: Volo.Abp.Data
Assembly: Volo.Abp.Data.dll
Syntax
public class AbpConnectionStringCheckResult
Constructors
AbpConnectionStringCheckResult()
Declaration
public AbpConnectionStringCheckResult()
Properties
Connected
Declaration
public bool Connected { get; set; }
Property Value
Type | Description |
---|---|
bool |
DatabaseExists
Declaration
public bool DatabaseExists { get; set; }
Property Value
Type | Description |
---|---|
bool |