/// <summary>
 /// Create a new vStoreWithDemographics object.
 /// </summary>
 /// <param name="customerID">Initial value of CustomerID.</param>
 /// <param name="name">Initial value of Name.</param>
 /// <param name="contactType">Initial value of ContactType.</param>
 /// <param name="firstName">Initial value of FirstName.</param>
 /// <param name="lastName">Initial value of LastName.</param>
 /// <param name="emailPromotion">Initial value of EmailPromotion.</param>
 /// <param name="addressType">Initial value of AddressType.</param>
 /// <param name="addressLine1">Initial value of AddressLine1.</param>
 /// <param name="city">Initial value of City.</param>
 /// <param name="stateProvinceName">Initial value of StateProvinceName.</param>
 /// <param name="postalCode">Initial value of PostalCode.</param>
 /// <param name="countryRegionName">Initial value of CountryRegionName.</param>
 public static vStoreWithDemographics CreatevStoreWithDemographics(int customerID, string name, string contactType, string firstName, string lastName, int emailPromotion, string addressType, string addressLine1, string city, string stateProvinceName, string postalCode, string countryRegionName)
 {
     vStoreWithDemographics vStoreWithDemographics = new vStoreWithDemographics();
     vStoreWithDemographics.CustomerID = customerID;
     vStoreWithDemographics.Name = name;
     vStoreWithDemographics.ContactType = contactType;
     vStoreWithDemographics.FirstName = firstName;
     vStoreWithDemographics.LastName = lastName;
     vStoreWithDemographics.EmailPromotion = emailPromotion;
     vStoreWithDemographics.AddressType = addressType;
     vStoreWithDemographics.AddressLine1 = addressLine1;
     vStoreWithDemographics.City = city;
     vStoreWithDemographics.StateProvinceName = stateProvinceName;
     vStoreWithDemographics.PostalCode = postalCode;
     vStoreWithDemographics.CountryRegionName = countryRegionName;
     return vStoreWithDemographics;
 }
 /// <summary>
 /// There are no comments for vStoreWithDemographics in the schema.
 /// </summary>
 public void AddTovStoreWithDemographics(vStoreWithDemographics vStoreWithDemographics)
 {
     base.AddObject("vStoreWithDemographics", vStoreWithDemographics);
 }