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