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

AddTomyauthors() public method

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