/// <summary> /// Deprecated Method for adding a new object to the T_UserCache EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToT_UserCache(T_UserCache t_UserCache) { base.AddObject("T_UserCache", t_UserCache); }
/// <summary> /// Create a new T_UserCache object. /// </summary> /// <param name="userId">Initial value of the UserId property.</param> public static T_UserCache CreateT_UserCache(global::System.Int32 userId) { T_UserCache t_UserCache = new T_UserCache(); t_UserCache.UserId = userId; return t_UserCache; }