Поделиться через


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

Применяется к