Beispiel #1
0
 /// <summary>
 /// Create a new Location object.
 /// </summary>
 /// <param name="locationID">Initial value of the LocationID property.</param>
 public static Location CreateLocation(global::System.Int16 locationID)
 {
     Location location = new Location();
     location.LocationID = locationID;
     return location;
 }
Beispiel #2
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(Location location)
 {
     base.AddObject("Locations", location);
 }