/// <summary> /// Create a new RV_GEO_STRG object. /// </summary> /// <param name="iD_RV_GEO">Initial value of the ID_RV_GEO property.</param> /// <param name="bLANK_ID">Initial value of the BLANK_ID property.</param> /// <param name="sAMPLE">Initial value of the SAMPLE property.</param> public static RV_GEO_STRG CreateRV_GEO_STRG(global::System.Int32 iD_RV_GEO, global::System.Int32 bLANK_ID, global::System.String sAMPLE) { RV_GEO_STRG rV_GEO_STRG = new RV_GEO_STRG(); rV_GEO_STRG.ID_RV_GEO = iD_RV_GEO; rV_GEO_STRG.BLANK_ID = bLANK_ID; rV_GEO_STRG.SAMPLE = sAMPLE; return rV_GEO_STRG; }
/// <summary> /// Deprecated Method for adding a new object to the RV_GEO_STRG EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRV_GEO_STRG(RV_GEO_STRG rV_GEO_STRG) { base.AddObject("RV_GEO_STRG", rV_GEO_STRG); }