Inheritance: System.Data.Objects.DataClasses.EntityObject
 /// <summary>
 /// Create a new CustomerDemographics object.
 /// </summary>
 /// <param name="customerTypeID">Initial value of CustomerTypeID.</param>
 public static CustomerDemographics CreateCustomerDemographics(string customerTypeID)
 {
     CustomerDemographics customerDemographics = new CustomerDemographics();
     customerDemographics.CustomerTypeID = customerTypeID;
     return customerDemographics;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CustomerDemographics EntitySet.
 /// </summary>
 public void AddToCustomerDemographics(CustomerDemographics customerDemographics)
 {
     base.AddObject("CustomerDemographics", customerDemographics);
 }