/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the Regions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRegions(Regions regions) { base.AddObject("Regions", regions); }