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