コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_Notifications EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_Notifications(tbl_Notifications tbl_Notifications)
 {
     base.AddObject("tbl_Notifications", tbl_Notifications);
 }
コード例 #2
0
 /// <summary>
 /// Create a new tbl_Notifications object.
 /// </summary>
 /// <param name="notification_Id">Initial value of the Notification_Id property.</param>
 /// <param name="createdBy">Initial value of the CreatedBy property.</param>
 /// <param name="createdDate">Initial value of the CreatedDate property.</param>
 public static tbl_Notifications Createtbl_Notifications(global::System.Int32 notification_Id, global::System.String createdBy, global::System.DateTime createdDate)
 {
     tbl_Notifications tbl_Notifications = new tbl_Notifications();
     tbl_Notifications.Notification_Id = notification_Id;
     tbl_Notifications.CreatedBy = createdBy;
     tbl_Notifications.CreatedDate = createdDate;
     return tbl_Notifications;
 }