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