public DbSet<ChatSession> Sessions { get; set; }Public Property Sessions As DbSet(Of ChatSession)
Get
Setpublic:
property DbSet<ChatSession^>^ Sessions {
DbSet<ChatSession^>^ get ();
void set (DbSet<ChatSession^>^ value);
}member Sessions : DbSet<ChatSession> with get, set