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