Exemple #1
0
 /// <summary>
 /// 创建新的 Etp_Intention 对象。
 /// </summary>
 /// <param name="id">ID 属性的初始值。</param>
 public static Etp_Intention CreateEtp_Intention(global::System.Int32 id)
 {
     Etp_Intention etp_Intention = new Etp_Intention();
     etp_Intention.ID = id;
     return etp_Intention;
 }
Exemple #2
0
 /// <summary>
 /// 用于向 Etp_Intention EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddToEtp_Intention(Etp_Intention etp_Intention)
 {
     base.AddObject("Etp_Intention", etp_Intention);
 }