/// <summary> /// Create a new tmpVErrorLog object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="logid">Initial value of the logid property.</param> /// <param name="date">Initial value of the Date property.</param> /// <param name="thread">Initial value of the Thread property.</param> /// <param name="level">Initial value of the Level property.</param> public static tmpVErrorLog CreatetmpVErrorLog(global::System.Int32 id, global::System.String logid, global::System.DateTime date, global::System.String thread, global::System.String level) { tmpVErrorLog tmpVErrorLog = new tmpVErrorLog(); tmpVErrorLog.ID = id; tmpVErrorLog.logid = logid; tmpVErrorLog.Date = date; tmpVErrorLog.Thread = thread; tmpVErrorLog.Level = level; return tmpVErrorLog; }
/// <summary> /// Deprecated Method for adding a new object to the tmpVErrorLog EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotmpVErrorLog(tmpVErrorLog tmpVErrorLog) { base.AddObject("tmpVErrorLog", tmpVErrorLog); }