MySql.Data.Entity.Tests.mybooksEntities.AddTomyeditions C# (CSharp) Method

AddTomyeditions() public method

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