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