コード例 #1
0
 /// <summary>
 /// 创建新的 MobileTaxon 对象。
 /// </summary>
 /// <param name="id">id 属性的初始值。</param>
 public static MobileTaxon CreateMobileTaxon(global::System.Int64 id)
 {
     MobileTaxon mobileTaxon = new MobileTaxon();
     mobileTaxon.id = id;
     return mobileTaxon;
 }
コード例 #2
0
 /// <summary>
 /// 用于向 MobileTaxons EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddToMobileTaxons(MobileTaxon mobileTaxon)
 {
     base.AddObject("MobileTaxons", mobileTaxon);
 }