ApiAuthorizationDbContext<TUser>.DeviceFlowCodes Property

Definition

Gets or sets the DbSet<TEntity>.

public:
 property Microsoft::EntityFrameworkCore::DbSet<IdentityServer4::EntityFramework::Entities::DeviceFlowCodes ^> ^ DeviceFlowCodes { Microsoft::EntityFrameworkCore::DbSet<IdentityServer4::EntityFramework::Entities::DeviceFlowCodes ^> ^ get(); void set(Microsoft::EntityFrameworkCore::DbSet<IdentityServer4::EntityFramework::Entities::DeviceFlowCodes ^> ^ value); };
public Microsoft.EntityFrameworkCore.DbSet<IdentityServer4.EntityFramework.Entities.DeviceFlowCodes> DeviceFlowCodes { get; set; }
public Microsoft.EntityFrameworkCore.DbSet<Duende.IdentityServer.EntityFramework.Entities.DeviceFlowCodes> DeviceFlowCodes { get; set; }
member this.DeviceFlowCodes : Microsoft.EntityFrameworkCore.DbSet<IdentityServer4.EntityFramework.Entities.DeviceFlowCodes> with get, set
member this.DeviceFlowCodes : Microsoft.EntityFrameworkCore.DbSet<Duende.IdentityServer.EntityFramework.Entities.DeviceFlowCodes> with get, set
Public Property DeviceFlowCodes As DbSet(Of DeviceFlowCodes)

Property Value

DbSet<IdentityServer4.EntityFramework.Entities.DeviceFlowCodes>
DbSet<Duende.IdentityServer.EntityFramework.Entities.DeviceFlowCodes>

Implements

IdentityServer4.EntityFramework.Interfaces.IPersistedGrantDbContext.DeviceFlowCodes Duende.IdentityServer.EntityFramework.Interfaces.IPersistedGrantDbContext.DeviceFlowCodes

Applies to