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