/// <summary>
 /// Deprecated Method for adding a new object to the IPLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIPLogs(IPLogs iPLogs)
 {
     base.AddObject("IPLogs", iPLogs);
 }
 /// <summary>
 /// Create a new IPLogs object.
 /// </summary>
 /// <param name="ipl_id">Initial value of the ipl_id property.</param>
 /// <param name="u_username">Initial value of the u_username property.</param>
 /// <param name="ipl_ip">Initial value of the ipl_ip property.</param>
 /// <param name="ipl_action">Initial value of the ipl_action property.</param>
 /// <param name="ipl_timestamp">Initial value of the ipl_timestamp property.</param>
 public static IPLogs CreateIPLogs(global::System.Int32 ipl_id, global::System.String u_username, global::System.String ipl_ip, global::System.Int32 ipl_action, global::System.DateTime ipl_timestamp)
 {
     IPLogs iPLogs = new IPLogs();
     iPLogs.ipl_id = ipl_id;
     iPLogs.u_username = u_username;
     iPLogs.ipl_ip = ipl_ip;
     iPLogs.ipl_action = ipl_action;
     iPLogs.ipl_timestamp = ipl_timestamp;
     return iPLogs;
 }