Show / Hide Table of Contents

Class IdentityServerModelBuilderConfigurationOptions

Inheritance
System.Object
AbpModelBuilderConfigurationOptions
IdentityServerModelBuilderConfigurationOptions
Inherited Members
AbpModelBuilderConfigurationOptions.TablePrefix
AbpModelBuilderConfigurationOptions.Schema
Namespace: Volo.Abp.IdentityServer.EntityFrameworkCore
Assembly: Volo.Abp.IdentityServer.EntityFrameworkCore.dll
Syntax
public class IdentityServerModelBuilderConfigurationOptions : AbpModelBuilderConfigurationOptions

Constructors

IdentityServerModelBuilderConfigurationOptions(String, String)

Declaration
public IdentityServerModelBuilderConfigurationOptions(string tablePrefix, string schema)
Parameters
Type Name Description
System.String tablePrefix
System.String schema

Properties

DatabaseProvider

Declaration
[Obsolete("No need to manually set database provider after v2.9+. If it doesn't set automatically, use modelBuilder.UseXXX() in the OnModelCreating method of your DbContext (XXX is your database provider name).")]
public EfCoreDatabaseProvider? DatabaseProvider { get; set; }
Property Value
Type Description
System.Nullable<EfCoreDatabaseProvider>

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft