Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductPropertyValue EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductPropertyValue(bvc_ProductPropertyValue bvc_ProductPropertyValue)
 {
     base.AddObject("bvc_ProductPropertyValue", bvc_ProductPropertyValue);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new bvc_ProductPropertyValue object.
 /// </summary>
 /// <param name="productID">Initial value of the ProductID property.</param>
 /// <param name="propertyID">Initial value of the PropertyID property.</param>
 /// <param name="propertyValue">Initial value of the PropertyValue property.</param>
 public static bvc_ProductPropertyValue Createbvc_ProductPropertyValue(global::System.String productID, global::System.Int32 propertyID, global::System.String propertyValue)
 {
     bvc_ProductPropertyValue bvc_ProductPropertyValue = new bvc_ProductPropertyValue();
     bvc_ProductPropertyValue.ProductID = productID;
     bvc_ProductPropertyValue.PropertyID = propertyID;
     bvc_ProductPropertyValue.PropertyValue = propertyValue;
     return bvc_ProductPropertyValue;
 }