/// <summary>
 /// Create a new bvc_Tax object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="regionBvin">Initial value of the RegionBvin property.</param>
 /// <param name="postalCode">Initial value of the PostalCode property.</param>
 /// <param name="countryBvin">Initial value of the CountryBvin property.</param>
 /// <param name="countyBvin">Initial value of the CountyBvin property.</param>
 /// <param name="taxClass">Initial value of the TaxClass property.</param>
 /// <param name="rate">Initial value of the Rate property.</param>
 /// <param name="applyToShipping">Initial value of the ApplyToShipping property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_Tax Createbvc_Tax(global::System.String bvin, global::System.String regionBvin, global::System.String postalCode, global::System.String countryBvin, global::System.String countyBvin, global::System.String taxClass, global::System.Decimal rate, global::System.Boolean applyToShipping, global::System.DateTime lastUpdated)
 {
     bvc_Tax bvc_Tax = new bvc_Tax();
     bvc_Tax.bvin = bvin;
     bvc_Tax.RegionBvin = regionBvin;
     bvc_Tax.PostalCode = postalCode;
     bvc_Tax.CountryBvin = countryBvin;
     bvc_Tax.CountyBvin = countyBvin;
     bvc_Tax.TaxClass = taxClass;
     bvc_Tax.Rate = rate;
     bvc_Tax.ApplyToShipping = applyToShipping;
     bvc_Tax.LastUpdated = lastUpdated;
     return bvc_Tax;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_Tax EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_Tax(bvc_Tax bvc_Tax)
 {
     base.AddObject("bvc_Tax", bvc_Tax);
 }