/// <summary> /// Create a new RV_PAL_STRG 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_STRG CreateRV_PAL_STRG(global::System.Int32 iD_RV_PAL, global::System.Int32 iD_RV_GEO) { RV_PAL_STRG rV_PAL_STRG = new RV_PAL_STRG(); rV_PAL_STRG.ID_RV_PAL = iD_RV_PAL; rV_PAL_STRG.ID_RV_GEO = iD_RV_GEO; return rV_PAL_STRG; }
/// <summary> /// Deprecated Method for adding a new object to the RV_PAL_STRG EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRV_PAL_STRG(RV_PAL_STRG rV_PAL_STRG) { base.AddObject("RV_PAL_STRG", rV_PAL_STRG); }