/// <summary>
 /// Create a new bvc_Vendor object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="displayName">Initial value of the DisplayName property.</param>
 /// <param name="emailAddress">Initial value of the EmailAddress property.</param>
 /// <param name="address">Initial value of the Address property.</param>
 /// <param name="dropShipEmailTemplateId">Initial value of the DropShipEmailTemplateId property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 public static bvc_Vendor Createbvc_Vendor(global::System.String bvin, global::System.String displayName, global::System.String emailAddress, global::System.String address, global::System.String dropShipEmailTemplateId, global::System.DateTime lastUpdated, global::System.Int64 storeId)
 {
     bvc_Vendor bvc_Vendor = new bvc_Vendor();
     bvc_Vendor.bvin = bvin;
     bvc_Vendor.DisplayName = displayName;
     bvc_Vendor.EmailAddress = emailAddress;
     bvc_Vendor.Address = address;
     bvc_Vendor.DropShipEmailTemplateId = dropShipEmailTemplateId;
     bvc_Vendor.LastUpdated = lastUpdated;
     bvc_Vendor.StoreId = storeId;
     return bvc_Vendor;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_Vendor EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_Vendor(bvc_Vendor bvc_Vendor)
 {
     base.AddObject("bvc_Vendor", bvc_Vendor);
 }