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

AddToContests() 공개 메소드

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