在 Java 中,我可以使用 ExampleMatcher 函数来创建具有搜索/过滤功能的查询。是在 c#.net 核心中运行的任何等效项。目前,我正在使用 Entityframework 核心。谢谢jave 中的一些示例:ExampleMatcher matcher = ExampleMatcher.matching().withStringMatcher(ExampleMatcher.StringMatcher.CONTAINING).withIgnoreNullValues().withIgnoreCase();Example<Bahan> example = Example.of(bahanExample, matcher);
添加回答
举报
0/150
提交
取消