/// <summary> /// Create a new Region object. /// </summary> /// <param name="regionID">Initial value of the RegionID property.</param> /// <param name="name">Initial value of the Name property.</param> public static Region CreateRegion(global::System.Int32 regionID, global::System.String name) { Region region = new Region(); region.RegionID = regionID; region.Name = name; return region; }
/// <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(Region region) { base.AddObject("Regions", region); }