Пример #1
0
 /// <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;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ErrorLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToErrorLogs(ErrorLog errorLog)
 {
     base.AddObject("ErrorLogs", errorLog);
 }