- Namespace
 - Cake
.EntityFramework .TestProject .Postgres  - Containing Type
 - SchoolContext
 
Syntax
public DbSet<Student> Students { get; set; }
	Value
| Type | Description | 
|---|---|
| DbSet | 
					
public DbSet<Student> Students { get; set; }
	| Type | Description | 
|---|---|
| DbSet |