public DbSet<ChatSession> Sessions { get; set; }
public: property DbSet<ChatSession^>^ Sessions { DbSet<ChatSession^>^ get (); void set (DbSet<ChatSession^>^ value); }
function get_Sessions(); function set_Sessions(value);
In This Article