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