Class AbpFeatureManagementDbProperties
Inherited Members
Namespace: Volo.Abp.FeatureManagement
Assembly: Volo.Abp.FeatureManagement.Domain.dll
Syntax
public static class AbpFeatureManagementDbProperties
Fields
ConnectionStringName
Declaration
public const string ConnectionStringName = "AbpFeatureManagement"
Field Value
Type | Description |
---|---|
string |
Properties
DbSchema
Declaration
public static string DbSchema { get; set; }
Property Value
Type | Description |
---|---|
string |
DbTablePrefix
Declaration
public static string DbTablePrefix { get; set; }
Property Value
Type | Description |
---|---|
string |