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

AddToSpecialOfferProducts() 공개 메소드

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