ApiAuthorizationDbContext<TUser>.PersistedGrants Proprietà

Definizione

Ottiene o imposta 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)

Valore della proprietà

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

Implementazioni

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

Si applica a