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