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