다음을 통해 공유


ApiAuthorizationDbContext<TUser>.DeviceFlowCodes 속성

정의

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

적용 대상