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