MySql.Data.Entity.Tests.testEntities.AddToComputers C# (CSharp) 메소드

AddToComputers() 공개 메소드

Deprecated Method for adding a new object to the Computers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToComputers ( Computer computer ) : void
computer Computer
리턴 void
        public void AddToComputers(Computer computer)
        {
            base.AddObject("Computers", computer);
        }