Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GroupEventsComments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGroupEventsComments(GroupEventsComments groupEventsComments)
 {
     base.AddObject("GroupEventsComments", groupEventsComments);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new GroupEventsComments object.
 /// </summary>
 /// <param name="gec_id">Initial value of the gec_id property.</param>
 /// <param name="ge_id">Initial value of the ge_id property.</param>
 /// <param name="u_username">Initial value of the u_username property.</param>
 /// <param name="gec_comment">Initial value of the gec_comment property.</param>
 /// <param name="gec_date">Initial value of the gec_date property.</param>
 public static GroupEventsComments CreateGroupEventsComments(global::System.Int32 gec_id, global::System.Int32 ge_id, global::System.String u_username, global::System.String gec_comment, global::System.DateTime gec_date)
 {
     GroupEventsComments groupEventsComments = new GroupEventsComments();
     groupEventsComments.gec_id = gec_id;
     groupEventsComments.ge_id = ge_id;
     groupEventsComments.u_username = u_username;
     groupEventsComments.gec_comment = gec_comment;
     groupEventsComments.gec_date = gec_date;
     return groupEventsComments;
 }