/// <summary> /// Deprecated Method for adding a new object to the tblFollowUser EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotblFollowUser(tblFollowUser tblFollowUser) { base.AddObject("tblFollowUser", tblFollowUser); }
/// <summary> /// Create a new tblFollowUser object. /// </summary> /// <param name="followerId">Initial value of the FollowerId property.</param> /// <param name="followingId">Initial value of the FollowingId property.</param> public static tblFollowUser CreatetblFollowUser(global::System.Guid followerId, global::System.Guid followingId) { tblFollowUser tblFollowUser = new tblFollowUser(); tblFollowUser.FollowerId = followerId; tblFollowUser.FollowingId = followingId; return tblFollowUser; }