/// <summary> /// Create a new RV_PAL object. /// </summary> /// <param name="iD_RV_PAL">Initial value of the ID_RV_PAL property.</param> /// <param name="iD_RV_GEO">Initial value of the ID_RV_GEO property.</param> public static RV_PAL CreateRV_PAL(global::System.Int32 iD_RV_PAL, global::System.Int32 iD_RV_GEO) { RV_PAL rV_PAL = new RV_PAL(); rV_PAL.ID_RV_PAL = iD_RV_PAL; rV_PAL.ID_RV_GEO = iD_RV_GEO; return rV_PAL; }
/// <summary> /// Deprecated Method for adding a new object to the RV_PAL EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRV_PAL(RV_PAL rV_PAL) { base.AddObject("RV_PAL", rV_PAL); }