/// <summary> /// Create a new Region object. /// </summary> /// <param name="regionID">Initial value of the RegionID property.</param> /// <param name="regionDescription">Initial value of the RegionDescription property.</param> public static Region CreateRegion(global::System.Int32 regionID, global::System.String regionDescription) { Region region = new Region(); region.RegionID = regionID; region.RegionDescription = regionDescription; return region; }
/// <summary> /// Deprecated Method for adding a new object to the Region EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRegion(Region region) { base.AddObject("Region", region); }