Expand description
DbSet
DbSet<T> represents a typed collection of entities that can be queried
and mutated. It implements two interfaces following ISP:
IQueryable<T>— query capabilitiesIDbSet<T>— collection mutation capabilities
Structs§
Traits§
- IDbSet
- Interface for manipulating a typed entity collection.