Saimoe.Models.SaimoeContext.AddToContests C# (CSharp) Méthode

AddToContests() public méthode

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