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