Ejemplo n.º 1
0
 /// <summary>
 /// Create a new Regions object.
 /// </summary>
 /// <param name="regionId">Initial value of the RegionId property.</param>
 public static Regions CreateRegions(global::System.Int32 regionId)
 {
     Regions regions = new Regions();
     regions.RegionId = regionId;
     return regions;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Regions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRegions(Regions regions)
 {
     base.AddObject("Regions", regions);
 }