Saimoe.Models.SaimoeContext.AddToContestants C# (CSharp) 메소드

AddToContestants() 공개 메소드

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