예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Locations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLocations(Locations locations)
 {
     base.AddObject("Locations", locations);
 }
예제 #2
0
 /// <summary>
 /// Create a new Locations object.
 /// </summary>
 /// <param name="location">Initial value of the Location property.</param>
 public static Locations CreateLocations(global::System.String location)
 {
     Locations locations = new Locations();
     locations.Location = location;
     return locations;
 }