Example #1
0
 /// <summary>
 /// 將新物件加入 tblSensorTypeGroup EntitySet 的方法已被取代。請考慮改為使用關聯的 ObjectSet&lt;T&gt; 屬性的 .Add 方法。
 /// </summary>
 public void AddTotblSensorTypeGroup(tblSensorTypeGroup tblSensorTypeGroup)
 {
     base.AddObject("tblSensorTypeGroup", tblSensorTypeGroup);
 }
Example #2
0
 /// <summary>
 /// 建立新 tblSensorTypeGroup 物件。
 /// </summary>
 /// <param name="tYPEGROUP_ID">TYPEGROUP_ID 屬性的初始值。</param>
 public static tblSensorTypeGroup CreatetblSensorTypeGroup(global::System.Int32 tYPEGROUP_ID)
 {
     tblSensorTypeGroup tblSensorTypeGroup = new tblSensorTypeGroup();
     tblSensorTypeGroup.TYPEGROUP_ID = tYPEGROUP_ID;
     return tblSensorTypeGroup;
 }