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