Exemple #1
0
 /// <summary>
 /// Create a new tbl_SettingsOptions object.
 /// </summary>
 /// <param name="settingsOptionsID">Initial value of the SettingsOptionsID property.</param>
 /// <param name="sO_Name">Initial value of the SO_Name property.</param>
 /// <param name="sO_Value">Initial value of the SO_Value property.</param>
 /// <param name="sO_SettingID">Initial value of the SO_SettingID property.</param>
 public static tbl_SettingsOptions Createtbl_SettingsOptions(global::System.Int32 settingsOptionsID, global::System.String sO_Name, global::System.String sO_Value, global::System.Int32 sO_SettingID)
 {
     tbl_SettingsOptions tbl_SettingsOptions = new tbl_SettingsOptions();
     tbl_SettingsOptions.SettingsOptionsID = settingsOptionsID;
     tbl_SettingsOptions.SO_Name = sO_Name;
     tbl_SettingsOptions.SO_Value = sO_Value;
     tbl_SettingsOptions.SO_SettingID = sO_SettingID;
     return tbl_SettingsOptions;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_SettingsOptions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_SettingsOptions(tbl_SettingsOptions tbl_SettingsOptions)
 {
     base.AddObject("tbl_SettingsOptions", tbl_SettingsOptions);
 }