MySql.Data.Entity.Tests.mybooksEntities.AddTomyauthors C# (CSharp) Méthode

AddTomyauthors() public méthode

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
Résultat void
        public void AddTomyauthors(myauthor myauthor)
        {
            base.AddObject("myauthors", myauthor);
        }