Click or drag to resize

AwsomApiContextTeacherSelections Property

Gets or sets the teacher selections.

Namespace:  awsomAPI.Models
Assembly:  awsomAPI (in awsomAPI.exe) Version: 1.0.0
Syntax
C#
public DbSet<StudentTeacherSelectedRelation> TeacherSelections { get; set; }

Property Value

Type: DbSetStudentTeacherSelectedRelation
The teacher selections.
See Also