Testing.AdventureWorksEntities.AddToProductProductPhotoes C# (CSharp) Method

AddToProductProductPhotoes() public method

Deprecated Method for adding a new object to the ProductProductPhotoes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToProductProductPhotoes ( ProductProductPhoto productProductPhoto ) : void
productProductPhoto ProductProductPhoto
return void
        public void AddToProductProductPhotoes(ProductProductPhoto productProductPhoto)
        {
            base.AddObject("ProductProductPhotoes", productProductPhoto);
        }
    
AdventureWorksEntities