/// <summary> /// Deprecated Method for adding a new object to the mPo_mRfqItems EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTomPo_mRfqItems(mPo_mRfqItems mPo_mRfqItems) { base.AddObject("mPo_mRfqItems", mPo_mRfqItems); }
/// <summary> /// Create a new mPo_mRfqItems object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="purchaseOrderId">Initial value of the PurchaseOrderId property.</param> /// <param name="mRfqs_mItemsRequestsId">Initial value of the mRfqs_mItemsRequestsId property.</param> public static mPo_mRfqItems CreatemPo_mRfqItems(global::System.Guid id, global::System.Guid purchaseOrderId, global::System.Int32 mRfqs_mItemsRequestsId) { mPo_mRfqItems mPo_mRfqItems = new mPo_mRfqItems(); mPo_mRfqItems.Id = id; mPo_mRfqItems.PurchaseOrderId = purchaseOrderId; mPo_mRfqItems.mRfqs_mItemsRequestsId = mRfqs_mItemsRequestsId; return mPo_mRfqItems; }