public DbSet<UserConfig> UserConfig { get; set; }
public: property DbSet<UserConfig^>^ UserConfig { DbSet<UserConfig^>^ get (); void set (DbSet<UserConfig^>^ value); }
function get_UserConfig(); function set_UserConfig(value);
In This Article