Testing.AdventureWorksEntities.AddToProductCostHistories C# (CSharp) 메소드

AddToProductCostHistories() 공개 메소드

Deprecated Method for adding a new object to the ProductCostHistories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToProductCostHistories ( ProductCostHistory productCostHistory ) : void
productCostHistory ProductCostHistory
리턴 void
        public void AddToProductCostHistories(ProductCostHistory productCostHistory)
        {
            base.AddObject("ProductCostHistories", productCostHistory);
        }
    
AdventureWorksEntities