MySql.Data.Entity.Tests.mybooksEntities.AddTomyauthors C# (CSharp) 메소드

AddTomyauthors() 공개 메소드

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