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