/// <summary> /// Deprecated Method for adding a new object to the NewM_H_AC EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToNewM_H_AC(NewM_H_AC newM_H_AC) { base.AddObject("NewM_H_AC", newM_H_AC); }
/// <summary> /// Create a new NewM_H_AC object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="hId">Initial value of the HId property.</param> /// <param name="timestamp">Initial value of the Timestamp property.</param> public static NewM_H_AC CreateNewM_H_AC(global::System.Int32 id, global::System.Int32 hId, global::System.DateTime timestamp) { NewM_H_AC newM_H_AC = new NewM_H_AC(); newM_H_AC.Id = id; newM_H_AC.HId = hId; newM_H_AC.Timestamp = timestamp; return newM_H_AC; }