/// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductTypeProperty EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductTypeProperty(bvc_ProductTypeProperty bvc_ProductTypeProperty)
 {
     base.AddObject("bvc_ProductTypeProperty", bvc_ProductTypeProperty);
 }
 /// <summary>
 /// Create a new bvc_ProductTypeProperty object.
 /// </summary>
 /// <param name="productTypeID">Initial value of the ProductTypeID property.</param>
 /// <param name="productPropertyID">Initial value of the ProductPropertyID property.</param>
 /// <param name="sortOrder">Initial value of the SortOrder property.</param>
 public static bvc_ProductTypeProperty Createbvc_ProductTypeProperty(global::System.Int32 productTypeID, global::System.Int32 productPropertyID, global::System.Int32 sortOrder)
 {
     bvc_ProductTypeProperty bvc_ProductTypeProperty = new bvc_ProductTypeProperty();
     bvc_ProductTypeProperty.ProductTypeID = productTypeID;
     bvc_ProductTypeProperty.ProductPropertyID = productPropertyID;
     bvc_ProductTypeProperty.SortOrder = sortOrder;
     return bvc_ProductTypeProperty;
 }