/// <summary>
 /// Create a new CLASSROOM object.
 /// </summary>
 /// <param name="cLRO_ID">Initial value of the CLRO_ID property.</param>
 /// <param name="cLRO_NAME">Initial value of the CLRO_NAME property.</param>
 /// <param name="cLRO_FACULTYID">Initial value of the CLRO_FACULTYID property.</param>
 public static CLASSROOM CreateCLASSROOM(global::System.Int32 cLRO_ID, global::System.String cLRO_NAME, global::System.Int32 cLRO_FACULTYID)
 {
     CLASSROOM cLASSROOM = new CLASSROOM();
     cLASSROOM.CLRO_ID = cLRO_ID;
     cLASSROOM.CLRO_NAME = cLRO_NAME;
     cLASSROOM.CLRO_FACULTYID = cLRO_FACULTYID;
     return cLASSROOM;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CLASSROOM EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCLASSROOM(CLASSROOM cLASSROOM)
 {
     base.AddObject("CLASSROOM", cLASSROOM);
 }