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