/// <summary> /// Deprecated Method for adding a new object to the T_sys_log EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToT_sys_log(T_sys_log t_sys_log) { base.AddObject("T_sys_log", t_sys_log); }
/// <summary> /// Create a new T_sys_log object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="user_id">Initial value of the user_id property.</param> /// <param name="user_lname">Initial value of the user_lname property.</param> /// <param name="log_action">Initial value of the log_action property.</param> public static T_sys_log CreateT_sys_log(global::System.Int32 id, global::System.Int32 user_id, global::System.String user_lname, global::System.String log_action) { T_sys_log t_sys_log = new T_sys_log(); t_sys_log.id = id; t_sys_log.user_id = user_id; t_sys_log.user_lname = user_lname; t_sys_log.log_action = log_action; return t_sys_log; }