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