在 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
提交
取消