/// <summary>
 /// Deprecated Method for adding a new object to the DMeetings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDMeetings(DMeeting dMeeting)
 {
     base.AddObject("DMeetings", dMeeting);
 }
 /// <summary>
 /// Create a new DMeeting object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="typeId">Initial value of the TypeId property.</param>
 /// <param name="dateTime">Initial value of the DateTime property.</param>
 public static DMeeting CreateDMeeting(global::System.Guid id, global::System.String typeId, global::System.DateTime dateTime)
 {
     DMeeting dMeeting = new DMeeting();
     dMeeting.Id = id;
     dMeeting.TypeId = typeId;
     dMeeting.DateTime = dateTime;
     return dMeeting;
 }