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

AddToUserCaches() public method

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
return void
        public void AddToUserCaches(UserCache userCache)
        {
            base.AddObject("UserCaches", userCache);
        }