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);
        }