Returns the equivalent generic DbSet<TEntity> object.
public DbSet<TEntity> Cast<TEntity>() where TEntity : class
The generic set object.
The type of entity for which the set was created.
DbSet ClassSystem.Data.Entity Namespace