/// <summary> /// Deprecated Method for adding a new object to the recsys_log EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTorecsys_log(recsys_log recsys_log) { base.AddObject("recsys_log", recsys_log); }
/// <summary> /// Create a new recsys_log object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="customer_id">Initial value of the customer_id property.</param> /// <param name="content">Initial value of the content property.</param> /// <param name="create_date">Initial value of the create_date property.</param> public static recsys_log Createrecsys_log(global::System.Int32 id, global::System.Int32 customer_id, global::System.String content, global::System.DateTime create_date) { recsys_log recsys_log = new recsys_log(); recsys_log.id = id; recsys_log.customer_id = customer_id; recsys_log.content = content; recsys_log.create_date = create_date; return recsys_log; }