示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Meetings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMeetings(Meeting meeting)
 {
     base.AddObject("Meetings", meeting);
 }
示例#2
0
 /// <summary>
 /// Create a new Meeting object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 /// <param name="round_Meeting">Initial value of the Round_Meeting property.</param>
 /// <param name="meeting_Audience">Initial value of the Meeting_Audience property.</param>
 public static Meeting CreateMeeting(global::System.Int32 id, global::System.Byte[] rowVersion, global::System.Int32 round_Meeting, global::System.Int32 meeting_Audience)
 {
     Meeting meeting = new Meeting();
     meeting.Id = id;
     meeting.RowVersion = rowVersion;
     meeting.Round_Meeting = round_Meeting;
     meeting.Meeting_Audience = meeting_Audience;
     return meeting;
 }