/// <summary>
 /// Create a new AvLogRawDataSet object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="computerId">Initial value of the ComputerId property.</param>
 /// <param name="malwareDate">Initial value of the MalwareDate property.</param>
 /// <param name="updated">Initial value of the Updated property.</param>
 public static AvLogRawDataSet CreateAvLogRawDataSet(global::System.Int64 id, global::System.Int64 computerId, global::System.DateTime malwareDate, global::System.DateTime updated)
 {
     AvLogRawDataSet avLogRawDataSet = new AvLogRawDataSet();
     avLogRawDataSet.Id = id;
     avLogRawDataSet.ComputerId = computerId;
     avLogRawDataSet.MalwareDate = malwareDate;
     avLogRawDataSet.Updated = updated;
     return avLogRawDataSet;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the AvLogRawDataSets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAvLogRawDataSets(AvLogRawDataSet avLogRawDataSet)
 {
     base.AddObject("AvLogRawDataSets", avLogRawDataSet);
 }