Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MuniGeography EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMuniGeography(MuniGeography muniGeography)
 {
     base.AddObject("MuniGeography", muniGeography);
 }
Esempio n. 2
0
 /// <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;
 }