/// <summary>
 /// Deprecated Method for adding a new object to the systemlog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTosystemlog(systemlog systemlog)
 {
     base.AddObject("systemlog", systemlog);
 }
 /// <summary>
 /// Create a new systemlog object.
 /// </summary>
 /// <param name="system_log_id">Initial value of the system_log_id property.</param>
 public static systemlog Createsystemlog(global::System.Int32 system_log_id)
 {
     systemlog systemlog = new systemlog();
     systemlog.system_log_id = system_log_id;
     return systemlog;
 }