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