CapRaffle.PopulateDatabase.CapRaffleContext.AddToUserEvents C# (CSharp) Méthode

AddToUserEvents() public méthode

Deprecated Method for adding a new object to the UserEvents EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToUserEvents ( UserEvent userEvent ) : void
userEvent UserEvent
Résultat void
        public void AddToUserEvents(UserEvent userEvent)
        {
            base.AddObject("UserEvents", userEvent);
        }