Class AbpCommonDbProperties
Inheritance
System.Object
AbpCommonDbProperties
Namespace: Volo.Abp.Data
Assembly: Volo.Abp.Data.dll
Syntax
public static class AbpCommonDbProperties : object
Properties
DbSchema
Default value: null.
Declaration
public static string DbSchema { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DbTablePrefix
This table prefix is shared by most of the ABP modules. You can change it to set table prefix for all modules using this.
Default value: "Abp".
Declaration
public static string DbTablePrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |