我正在写sqlhelper,我的问题是:public List<T> PageListByQuery<T>(Expression<Func<T, bool>> query, string sort, string order, out int totalCount, int pageIndex = 0, i
环境: MySQL Server 8.0,.NET Core3.1,MySql.Data 8.0.28,NHibernate 5.3.11CREATE TABLE `Master` (CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;public class MasterEntity public virtual Guid现在,我将Row_Id列的定义更改如下:
`Row_Id` binary(16) NOT NULL DEFAULT (uuid