/// <summary> /// Create a new DelLog object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="delType">Initial value of the DelType property.</param> /// <param name="userID">Initial value of the UserID property.</param> /// <param name="data">Initial value of the Data property.</param> /// <param name="delDate">Initial value of the DelDate property.</param> public static DelLog CreateDelLog(global::System.Int32 id, global::System.String delType, global::System.Int32 userID, global::System.String data, global::System.DateTime delDate) { DelLog delLog = new DelLog(); delLog.ID = id; delLog.DelType = delType; delLog.UserID = userID; delLog.Data = data; delLog.DelDate = delDate; return delLog; }
/// <summary> /// Deprecated Method for adding a new object to the DelLog EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDelLog(DelLog delLog) { base.AddObject("DelLog", delLog); }