/// <summary> /// Deprecated Method for adding a new object to the Manages EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToManages(Manages manages) { base.AddObject("Manages", manages); }
/// <summary> /// Create a new Manages object. /// </summary> /// <param name="mID">Initial value of the MID property.</param> public static Manages CreateManages(global::System.Int64 mID) { Manages manages = new Manages(); manages.MID = mID; return manages; }