/// <summary> /// Deprecated Method for adding a new object to the Real_SubRegiune EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToReal_SubRegiune(Real_SubRegiune real_SubRegiune) { base.AddObject("Real_SubRegiune", real_SubRegiune); }
/// <summary> /// Create a new Real_SubRegiune object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="nume">Initial value of the Nume property.</param> /// <param name="temperatura">Initial value of the Temperatura property.</param> /// <param name="precipitatii">Initial value of the Precipitatii property.</param> /// <param name="clima">Initial value of the Clima property.</param> /// <param name="nrJudete">Initial value of the NrJudete property.</param> public static Real_SubRegiune CreateReal_SubRegiune(global::System.Byte id, global::System.String nume, global::System.Double temperatura, global::System.Double precipitatii, global::System.String clima, global::System.Byte nrJudete) { Real_SubRegiune real_SubRegiune = new Real_SubRegiune(); real_SubRegiune.ID = id; real_SubRegiune.Nume = nume; real_SubRegiune.Temperatura = temperatura; real_SubRegiune.Precipitatii = precipitatii; real_SubRegiune.Clima = clima; real_SubRegiune.NrJudete = nrJudete; return real_SubRegiune; }