/// <summary>
 /// Deprecated Method for adding a new object to the ELMAH_Error EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToELMAH_Error(ELMAH_Error eLMAH_Error)
 {
     base.AddObject("ELMAH_Error", eLMAH_Error);
 }
 /// <summary>
 /// Create a new ELMAH_Error object.
 /// </summary>
 /// <param name="errorId">Initial value of the ErrorId property.</param>
 /// <param name="application">Initial value of the Application property.</param>
 /// <param name="host">Initial value of the Host property.</param>
 /// <param name="type">Initial value of the Type property.</param>
 /// <param name="source">Initial value of the Source property.</param>
 /// <param name="message">Initial value of the Message property.</param>
 /// <param name="user">Initial value of the User property.</param>
 /// <param name="statusCode">Initial value of the StatusCode property.</param>
 /// <param name="timeUtc">Initial value of the TimeUtc property.</param>
 /// <param name="sequence">Initial value of the Sequence property.</param>
 /// <param name="allXml">Initial value of the AllXml property.</param>
 public static ELMAH_Error CreateELMAH_Error(global::System.Guid errorId, global::System.String application, global::System.String host, global::System.String type, global::System.String source, global::System.String message, global::System.String user, global::System.Int32 statusCode, global::System.DateTime timeUtc, global::System.Int32 sequence, global::System.String allXml)
 {
     ELMAH_Error eLMAH_Error = new ELMAH_Error();
     eLMAH_Error.ErrorId = errorId;
     eLMAH_Error.Application = application;
     eLMAH_Error.Host = host;
     eLMAH_Error.Type = type;
     eLMAH_Error.Source = source;
     eLMAH_Error.Message = message;
     eLMAH_Error.User = user;
     eLMAH_Error.StatusCode = statusCode;
     eLMAH_Error.TimeUtc = timeUtc;
     eLMAH_Error.Sequence = sequence;
     eLMAH_Error.AllXml = allXml;
     return eLMAH_Error;
 }