Exemple #1
0
 /// <summary>
 /// Create a new tbl_Settings object.
 /// </summary>
 /// <param name="settingID">Initial value of the SettingID property.</param>
 /// <param name="sE_Variable">Initial value of the SE_Variable property.</param>
 /// <param name="sE_Value">Initial value of the SE_Value property.</param>
 /// <param name="sE_DataType">Initial value of the SE_DataType property.</param>
 /// <param name="sE_Category">Initial value of the SE_Category property.</param>
 /// <param name="sE_IsDomain">Initial value of the SE_IsDomain property.</param>
 /// <param name="sE_Type">Initial value of the SE_Type property.</param>
 /// <param name="sE_VariableLabel">Initial value of the SE_VariableLabel property.</param>
 public static tbl_Settings Createtbl_Settings(global::System.Int32 settingID, global::System.String sE_Variable, global::System.String sE_Value, global::System.Int32 sE_DataType, global::System.Int32 sE_Category, global::System.Boolean sE_IsDomain, global::System.Int32 sE_Type, global::System.String sE_VariableLabel)
 {
     tbl_Settings tbl_Settings = new tbl_Settings();
     tbl_Settings.SettingID = settingID;
     tbl_Settings.SE_Variable = sE_Variable;
     tbl_Settings.SE_Value = sE_Value;
     tbl_Settings.SE_DataType = sE_DataType;
     tbl_Settings.SE_Category = sE_Category;
     tbl_Settings.SE_IsDomain = sE_IsDomain;
     tbl_Settings.SE_Type = sE_Type;
     tbl_Settings.SE_VariableLabel = sE_VariableLabel;
     return tbl_Settings;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_Settings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_Settings(tbl_Settings tbl_Settings)
 {
     base.AddObject("tbl_Settings", tbl_Settings);
 }