/// <summary>
 /// Deprecated Method for adding a new object to the t_Settings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTot_Settings(t_Settings t_Settings)
 {
     base.AddObject("t_Settings", t_Settings);
 }
 /// <summary>
 /// Create a new t_Settings object.
 /// </summary>
 /// <param name="settingsId">Initial value of the SettingsId property.</param>
 /// <param name="setting">Initial value of the Setting property.</param>
 /// <param name="value">Initial value of the Value property.</param>
 /// <param name="created">Initial value of the Created property.</param>
 public static t_Settings Createt_Settings(global::System.Int32 settingsId, global::System.String setting, global::System.String value, global::System.DateTime created)
 {
     t_Settings t_Settings = new t_Settings();
     t_Settings.SettingsId = settingsId;
     t_Settings.Setting = setting;
     t_Settings.Value = value;
     t_Settings.Created = created;
     return t_Settings;
 }