DbContext.Set Method (Type)
Entity Framework 5.0
Returns a DbSet for the specified type, this allows CRUD operations to be performed for the given entity in the context.
Namespace: System.Data.Entity
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- entityType
- Type: System.Type
The type of entity for which a set should be returned.
Show: