DbContext::Set<TEntity> Method
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)
Show: