Show / Hide Table of Contents

Class AbpPermissionManagementDbProperties

Inheritance
object
AbpPermissionManagementDbProperties
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.PermissionManagement
Assembly: Volo.Abp.PermissionManagement.Domain.dll
Syntax
public static class AbpPermissionManagementDbProperties

Fields

ConnectionStringName

Declaration
public const string ConnectionStringName = "AbpPermissionManagement"
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
In this article
Back to top Powered by ABP.IO Platform