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