Inheritance: System.Data.Objects.DataClasses.EntityObject
 /// <summary>
 /// Create a new CustomerDemographics object.
 /// </summary>
 /// <param name="customerTypeID">Initial value of the CustomerTypeID property.</param>
 public static CustomerDemographics CreateCustomerDemographics(global::System.String customerTypeID)
 {
     CustomerDemographics customerDemographics = new CustomerDemographics();
     customerDemographics.CustomerTypeID = customerTypeID;
     return customerDemographics;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CustomerDemographics EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCustomerDemographics(CustomerDemographics customerDemographics)
 {
     base.AddObject("CustomerDemographics", customerDemographics);
 }