DbSet<TEntity>
DbSet()
EntityType
Local
Add(TEntity)
AddAsync(TEntity, CancellationToken)
AddRange(TEntity[])
AddRange(IEnumerable<TEntity>)
AddRangeAsync(TEntity[])
AddRangeAsync(IEnumerable<TEntity>, CancellationToken)
AsAsyncEnumerable()
AsQueryable()
Attach(TEntity)
AttachRange(TEntity[])
AttachRange(IEnumerable<TEntity>)
Entry(TEntity)
Equals(Object)
Find(Object[])
FindAsync(Object[])
FindAsync(Object[], CancellationToken)
GetAsyncEnumerator(CancellationToken)
GetHashCode()
Remove(TEntity)
RemoveRange(TEntity[])
RemoveRange(IEnumerable<TEntity>)
ToString()
Update(TEntity)
UpdateRange(TEntity[])
UpdateRange(IEnumerable<TEntity>)
CreateInstance<TEntity>(DbSet<TEntity>, Action<TEntity, Boolean>)
CreateInstance<TEntity>(DbSet<TEntity>, Action<TEntity, Boolean>)
CreateProxy<TEntity>(DbSet<TEntity>, Object[])
CreateProxy<TEntity>(DbSet<TEntity>, Action<TEntity>, Object[])
FromSql<TEntity>(DbSet<TEntity>, FormattableString)
FromSql<TEntity>(DbSet<TEntity>, FormattableString)
FromSqlInterpolated<TEntity>(DbSet<TEntity>, FormattableString)
FromSqlRaw<TEntity>(DbSet<TEntity>, String, Object[])
FromSqlRaw<TEntity>(DbSet<TEntity>, String, Object[])
TemporalAll<TEntity>(DbSet<TEntity>)
TemporalAsOf<TEntity>(DbSet<TEntity>, DateTime)
TemporalBetween<TEntity>(DbSet<TEntity>, DateTime, DateTime)
TemporalContainedIn<TEntity>(DbSet<TEntity>, DateTime, DateTime)
TemporalFromTo<TEntity>(DbSet<TEntity>, DateTime, DateTime)
net10.0-windows7.0
namespace Microsoft.EntityFrameworkCore
{
public abstract class DbSet<TEntity> : IInfrastructure<IServiceProvider!>, IEnumerable, IEnumerable<TEntity!>, IListSource, IQueryable, IQueryable<TEntity!>
where TEntity, class
{
public virtual TEntity? Find(params object?[]? keyValues);
}
}
nuget.org | 0.4 %
Reference this API |
---|---|
Upgrade Planner | 0.1 %
Reference this API |
.NET | 8.09.010.0 |
.NET Core | 2.02.12.2 |
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assembly | Microsoft.EntityFrameworkCore , Version=9.0.3.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.EntityFrameworkCore (9.0.3) net8.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API