Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Location EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLocation(Location location)
 {
     base.AddObject("Location", location);
 }
Пример #2
0
 /// <summary>
 /// Create a new Location object.
 /// </summary>
 /// <param name="location1">Initial value of the Location1 property.</param>
 public static Location CreateLocation(global::System.String location1)
 {
     Location location = new Location();
     location.Location1 = location1;
     return location;
 }