Class AbpCommonDbProperties
Inheritance
object
AbpCommonDbProperties
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 static class AbpCommonDbProperties
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 |