/// <summary> /// Create a new ABi_PO_GR object. /// </summary> /// <param name="aBi_GR_ID">Initial value of the ABi_GR_ID property.</param> /// <param name="aBi_PO_ID">Initial value of the ABi_PO_ID property.</param> public static ABi_PO_GR CreateABi_PO_GR(global::System.Int32 aBi_GR_ID, global::System.Int32 aBi_PO_ID) { ABi_PO_GR aBi_PO_GR = new ABi_PO_GR(); aBi_PO_GR.ABi_GR_ID = aBi_GR_ID; aBi_PO_GR.ABi_PO_ID = aBi_PO_ID; return aBi_PO_GR; }
/// <summary> /// Deprecated Method for adding a new object to the ABi_PO_GR EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToABi_PO_GR(ABi_PO_GR aBi_PO_GR) { base.AddObject("ABi_PO_GR", aBi_PO_GR); }