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>)
ContainsTable<T, TKey>(DbSet<T>, String, String, Int32?)
ContainsTable<T, TKey>(DbSet<T>, Expression<Func<T, Object>>, String, String, Int32?)
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[])
FreeTextTable<T, TKey>(DbSet<T>, String, String, Int32?)
FreeTextTable<T, TKey>(DbSet<T>, Expression<Func<T, Object>>, String, String, Int32?)
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)
VectorSearch<T, TVector>(DbSet<T>, Expression<Func<T, TVector>>, TVector, String, Int32)
net11.0
namespace Microsoft.EntityFrameworkCore
{
public static class SqlServerDbSetExtensions
{
public static IQueryable<TEntity!>! TemporalContainedIn<TEntity>(this DbSet<TEntity!>! source, DateTime utcFrom, DateTime utcTo)
where TEntity, class;
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 10.011.0 |
Information specific to net11.0 | |
| Assemblies | Microsoft.EntityFrameworkCore.SqlServer , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 Microsoft.EntityFrameworkCore.SqlServer , Version=10.0.5.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.SqlServer (11.0.0-preview.2.26159.112) net11.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API