Example #1
0
 /// <summary>
 /// Create a new vPersonDemographic object.
 /// </summary>
 /// <param name="businessEntityID">Initial value of the BusinessEntityID property.</param>
 public static vPersonDemographic CreatevPersonDemographic(global::System.Int32 businessEntityID)
 {
     vPersonDemographic vPersonDemographic = new vPersonDemographic();
     vPersonDemographic.BusinessEntityID = businessEntityID;
     return vPersonDemographic;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vPersonDemographics EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovPersonDemographics(vPersonDemographic vPersonDemographic)
 {
     base.AddObject("vPersonDemographics", vPersonDemographic);
 }