Keyset Pagination - Filter By Search Term across Multiple Columns
问题 I'm trying to move away from OFFSET/FETCH pagination to Keyset Pagination (also known as Seek Method). Since I'm just started, there are many questions I have in my mind but this is one of many where I try to get the pagination right along with Filter. So I have 2 tables aspnet_users having columns PK UserId uniquidentifier Fields UserName NVARCHAR(256) NOT NULL, AffiliateTag varchar(50) NULL .....other fields aspnet_membership having columns PK+FK UserId uniquidentifier Fields Email NVARCHAR