/// <summary> /// Create a new bvc_ProductXOption object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="storeId">Initial value of the StoreId property.</param> /// <param name="productBvin">Initial value of the ProductBvin property.</param> /// <param name="optionBvin">Initial value of the OptionBvin property.</param> /// <param name="sortOrder">Initial value of the SortOrder property.</param> public static bvc_ProductXOption Createbvc_ProductXOption(global::System.Int64 id, global::System.Int64 storeId, global::System.String productBvin, global::System.String optionBvin, global::System.Int32 sortOrder) { bvc_ProductXOption bvc_ProductXOption = new bvc_ProductXOption(); bvc_ProductXOption.Id = id; bvc_ProductXOption.StoreId = storeId; bvc_ProductXOption.ProductBvin = productBvin; bvc_ProductXOption.OptionBvin = optionBvin; bvc_ProductXOption.SortOrder = sortOrder; return bvc_ProductXOption; }
/// <summary> /// Deprecated Method for adding a new object to the bvc_ProductXOption EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobvc_ProductXOption(bvc_ProductXOption bvc_ProductXOption) { base.AddObject("bvc_ProductXOption", bvc_ProductXOption); }