InternalDbSet<TEntity>
InternalDbSet(DbContext)
InternalDbSet(DbContext, String)
EntityType
Local
Add(TEntity)
AddAsync(TEntity, CancellationToken)
AddRange(TEntity[])
AddRange(IEnumerable<TEntity>)
AddRangeAsync(TEntity[])
AddRangeAsync(IEnumerable<TEntity>, CancellationToken)
Attach(TEntity)
AttachRange(TEntity[])
AttachRange(IEnumerable<TEntity>)
Entry(TEntity)
Find(Object[])
FindAsync(Object[])
FindAsync(Object[], CancellationToken)
Remove(TEntity)
RemoveRange(TEntity[])
RemoveRange(IEnumerable<TEntity>)
Update(TEntity)
UpdateRange(TEntity[])
UpdateRange(IEnumerable<TEntity>)
netcoreapp2.2
namespace Microsoft.EntityFrameworkCore.Internal
{
public class InternalDbSet<TEntity> : DbSet<TEntity>, IInfrastructure<IServiceProvider>, IResettableService, IAsyncEnumerableAccessor<TEntity>, IEnumerable, IEnumerable<TEntity>, IQueryable, IQueryable<TEntity>
where TEntity, class
{
public InternalDbSet(DbContext context);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET Core | 2.02.12.2 |
Information specific to netcoreapp2.2 | |
Assembly | Microsoft.EntityFrameworkCore , Version=2.2.6.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API