Saimoe.Models.SaimoeContext.AddToContests C# (CSharp) Method

AddToContests() public method

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
return void
        public void AddToContests(Contest contest)
        {
            base.AddObject("Contests", contest);
        }