/// <summary>
 /// Create a new vIndividualDemographic object.
 /// </summary>
 /// <param name="customerID">Initial value of the CustomerID property.</param>
 public static vIndividualDemographic CreatevIndividualDemographic(global::System.Int32 customerID)
 {
     vIndividualDemographic vIndividualDemographic = new vIndividualDemographic();
     vIndividualDemographic.CustomerID = customerID;
     return vIndividualDemographic;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vIndividualDemographics EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovIndividualDemographics(vIndividualDemographic vIndividualDemographic)
 {
     base.AddObject("vIndividualDemographics", vIndividualDemographic);
 }