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

AddToUserCaches() public méthode

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