Class OpenIddictEntityFrameworkOptions
Provides various settings needed to configure the OpenIddict Entity Framework 6.x integration.
Inheritance
System.Object
OpenIddictEntityFrameworkOptions
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.EntityFramework
Assembly: cs.temp.dll.dll
Syntax
public class OpenIddictEntityFrameworkOptions
Properties
DbContextType
Gets or sets the concrete type of the
Declaration
public Type DbContextType { get; set; }
Property Value
Type | Description |
---|---|
System.Type |