Testing.AdventureWorksEntities.AddToProductModelIllustrations C# (CSharp) Method

AddToProductModelIllustrations() public method

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