Testing.AdventureWorksEntities.AddToIllustrations C# (CSharp) Method

AddToIllustrations() public method

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