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