ApiAuthorizationDbContext<TUser>.DeviceFlowCodes 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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, setmember this.DeviceFlowCodes : Microsoft.EntityFrameworkCore.DbSet<Duende.IdentityServer.EntityFramework.Entities.DeviceFlowCodes> with get, setPublic 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