示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblThamSoes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblThamSoes(tblThamSo tblThamSo)
 {
     base.AddObject("tblThamSoes", tblThamSo);
 }
示例#2
0
 /// <summary>
 /// Create a new tblThamSo object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static tblThamSo CreatetblThamSo(global::System.Int32 id)
 {
     tblThamSo tblThamSo = new tblThamSo();
     tblThamSo.ID = id;
     return tblThamSo;
 }