Compartilhar via


ApiAuthorizationDbContext<TUser>.PersistedGrants Propriedade

Definição

Obtém ou define o 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)

Valor da propriedade

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

Implementações

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

Aplica-se a