Show / Hide Table of Contents

Class OpenIddictEntityFrameworkCoreOptions

Provides various settings needed to configure the OpenIddict Entity Framework Core integration.

Inheritance
System.Object
OpenIddictEntityFrameworkCoreOptions
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenIddict.EntityFrameworkCore
Assembly: cs.temp.dll.dll
Syntax
public class OpenIddictEntityFrameworkCoreOptions

Properties

DbContextType

Gets or sets the concrete type of the used by the OpenIddict Entity Framework Core stores. If this property is not populated, an exception is thrown at runtime when trying to use the stores.

Declaration
public Type? DbContextType { get; set; }
Property Value
Type Description
System.Nullable<Type>
In This Article
Back to top Generated by DocFX