/// <summary> /// 將新物件加入 tblCCTVType EntitySet 的方法已被取代。請考慮改為使用關聯的 ObjectSet<T> 屬性的 .Add 方法。 /// </summary> public void AddTotblCCTVType(tblCCTVType tblCCTVType) { base.AddObject("tblCCTVType", tblCCTVType); }
/// <summary> /// 建立新 tblCCTVType 物件。 /// </summary> /// <param name="type">Type 屬性的初始值。</param> public static tblCCTVType CreatetblCCTVType(global::System.Int32 type) { tblCCTVType tblCCTVType = new tblCCTVType(); tblCCTVType.Type = type; return tblCCTVType; }