示例#1
0
 /// <summary>
 /// Create a new tbl_Social_Defaults object.
 /// </summary>
 /// <param name="s_Title">Initial value of the S_Title property.</param>
 /// <param name="s_URL">Initial value of the S_URL property.</param>
 public static tbl_Social_Defaults Createtbl_Social_Defaults(global::System.String s_Title, global::System.String s_URL)
 {
     tbl_Social_Defaults tbl_Social_Defaults = new tbl_Social_Defaults();
     tbl_Social_Defaults.S_Title = s_Title;
     tbl_Social_Defaults.S_URL = s_URL;
     return tbl_Social_Defaults;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_Social_Defaults EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_Social_Defaults(tbl_Social_Defaults tbl_Social_Defaults)
 {
     base.AddObject("tbl_Social_Defaults", tbl_Social_Defaults);
 }