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