/// <summary>
 /// Create a new bvc_County object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="regionID">Initial value of the RegionID property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_County Createbvc_County(global::System.String bvin, global::System.String name, global::System.String regionID, global::System.DateTime lastUpdated)
 {
     bvc_County bvc_County = new bvc_County();
     bvc_County.bvin = bvin;
     bvc_County.Name = name;
     bvc_County.RegionID = regionID;
     bvc_County.LastUpdated = lastUpdated;
     return bvc_County;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_County EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_County(bvc_County bvc_County)
 {
     base.AddObject("bvc_County", bvc_County);
 }