Show / Hide Table of Contents

Class AbpIdentityServerDbProperties

Inheritance
System.Object
AbpIdentityServerDbProperties
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.IdentityServer
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public static class AbpIdentityServerDbProperties

Fields

ConnectionStringName

Declaration
public const string ConnectionStringName = "AbpIdentityServer"
Field Value
Type Description
System.String

Properties

DbSchema

Declaration
public static string DbSchema { get; set; }
Property Value
Type Description
System.String

DbTablePrefix

Declaration
public static string DbTablePrefix { get; set; }
Property Value
Type Description
System.String
Back to top Powered by Volosoft