コード例 #1
0
ファイル: Model1.Designer.cs プロジェクト: ThinhTu/TaoLao
 /// <summary>
 /// Create a new DaThu object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static DaThu CreateDaThu(global::System.Int32 id)
 {
     DaThu daThu = new DaThu();
     daThu.ID = id;
     return daThu;
 }
コード例 #2
0
ファイル: Model1.Designer.cs プロジェクト: ThinhTu/TaoLao
 /// <summary>
 /// Deprecated Method for adding a new object to the DaThus EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDaThus(DaThu daThu)
 {
     base.AddObject("DaThus", daThu);
 }