/// <summary>
 /// Create a new Doctor_AppntSlot object.
 /// </summary>
 /// <param name="dateId">Initial value of the dateId property.</param>
 /// <param name="doctorId">Initial value of the doctorId property.</param>
 /// <param name="appntDate">Initial value of the appntDate property.</param>
 public static Doctor_AppntSlot CreateDoctor_AppntSlot(global::System.String dateId, global::System.String doctorId, global::System.DateTime appntDate)
 {
     Doctor_AppntSlot doctor_AppntSlot = new Doctor_AppntSlot();
     doctor_AppntSlot.dateId = dateId;
     doctor_AppntSlot.doctorId = doctorId;
     doctor_AppntSlot.appntDate = appntDate;
     return doctor_AppntSlot;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Doctor_AppntSlot EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDoctor_AppntSlot(Doctor_AppntSlot doctor_AppntSlot)
 {
     base.AddObject("Doctor_AppntSlot", doctor_AppntSlot);
 }