/// <summary> /// Deprecated Method for adding a new object to the aeds EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToaeds(aed aed) { base.AddObject("aeds", aed); }
/// <summary> /// Create a new aed object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static aed Createaed(global::System.Int32 id) { aed aed = new aed(); aed.ID = id; return aed; }