/// <summary> /// Create a new ErrorLog object. /// </summary> /// <param name="errorLogID">Initial value of the ErrorLogID property.</param> public static ErrorLog CreateErrorLog(global::System.Int32 errorLogID) { ErrorLog errorLog = new ErrorLog(); errorLog.ErrorLogID = errorLogID; return errorLog; }
/// <summary> /// Deprecated Method for adding a new object to the ErrorLogs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToErrorLogs(ErrorLog errorLog) { base.AddObject("ErrorLogs", errorLog); }