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