Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Location_Extension EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLocation_Extension(Location_Extension location_Extension)
 {
     base.AddObject("Location_Extension", location_Extension);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new Location_Extension object.
 /// </summary>
 /// <param name="locationID">Initial value of the LocationID property.</param>
 public static Location_Extension CreateLocation_Extension(global::System.Decimal locationID)
 {
     Location_Extension location_Extension = new Location_Extension();
     location_Extension.LocationID = locationID;
     return location_Extension;
 }