在 Java 中,我可以使用 ExampleMatcher 函数来创建具有搜索/过滤功能的查询。是在 c#.net 核心中运行的任何等效项。目前,我正在使用 Entityframework 核心。
谢谢
jave 中的一些示例:
ExampleMatcher matcher = ExampleMatcher.matching().withStringMatcher(ExampleMatcher.StringMatcher.CONTAINING)
.withIgnoreNullValues().withIgnoreCase();
Example<Bahan> example = Example.of(bahanExample, matcher);
小唯快跑啊
相关分类