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