Udostępnij za pośrednictwem


ApiAuthorizationDbContext<TUser>.PersistedGrants Właściwość

Definicja

Pobiera lub ustawia wartość DbSet<TEntity>.

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

Wartość właściwości

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

Implementuje

IdentityServer4.EntityFramework.Interfaces.IPersistedGrantDbContext.PersistedGrants Duende.IdentityServer.EntityFramework.Interfaces.IPersistedGrantDbContext.PersistedGrants

Dotyczy