/// <summary>
 /// Create a new LogDetail object.
 /// </summary>
 /// <param name="logDetailID">Initial value of the LogDetailID property.</param>
 /// <param name="logID">Initial value of the LogID property.</param>
 /// <param name="detail">Initial value of the Detail property.</param>
 public static LogDetail CreateLogDetail(global::System.Int32 logDetailID, global::System.Int32 logID, global::System.String detail)
 {
     LogDetail logDetail = new LogDetail();
     logDetail.LogDetailID = logDetailID;
     logDetail.LogID = logID;
     logDetail.Detail = detail;
     return logDetail;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the LogDetails EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLogDetails(LogDetail logDetail)
 {
     base.AddObject("LogDetails", logDetail);
 }