ApiAuthorizationDbContext<TUser>.DeviceFlowCodes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
プロパティ値
DbSet<IdentityServer4.EntityFramework.Entities.DeviceFlowCodes>
DbSet<Duende.IdentityServer.EntityFramework.Entities.DeviceFlowCodes>
実装
IdentityServer4.EntityFramework.Interfaces.IPersistedGrantDbContext.DeviceFlowCodes
Duende.IdentityServer.EntityFramework.Interfaces.IPersistedGrantDbContext.DeviceFlowCodes