/// <summary>
 /// Create a new DEPARTMENTCOURSE object.
 /// </summary>
 /// <param name="dECO_ID">Initial value of the DECO_ID property.</param>
 /// <param name="dECO_DEPARTMENTID">Initial value of the DECO_DEPARTMENTID property.</param>
 /// <param name="dECO_COURSEID">Initial value of the DECO_COURSEID property.</param>
 public static DEPARTMENTCOURSE CreateDEPARTMENTCOURSE(global::System.Int32 dECO_ID, global::System.Int32 dECO_DEPARTMENTID, global::System.Int32 dECO_COURSEID)
 {
     DEPARTMENTCOURSE dEPARTMENTCOURSE = new DEPARTMENTCOURSE();
     dEPARTMENTCOURSE.DECO_ID = dECO_ID;
     dEPARTMENTCOURSE.DECO_DEPARTMENTID = dECO_DEPARTMENTID;
     dEPARTMENTCOURSE.DECO_COURSEID = dECO_COURSEID;
     return dEPARTMENTCOURSE;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the DEPARTMENTCOURSE EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDEPARTMENTCOURSE(DEPARTMENTCOURSE dEPARTMENTCOURSE)
 {
     base.AddObject("DEPARTMENTCOURSE", dEPARTMENTCOURSE);
 }