gpt4 book ai didi

java - C# .net core 中的等效 examplematcher

转载 作者:行者123 更新时间:2023-12-02 03:18:16 24 4
gpt4 key购买 nike

在Java中,我可以使用ExampleMatcher函数来创建具有搜索/过滤功能的查询。 c#.net core 中的函数是否等效。目前,我正在使用 Entityframework 核心。

谢谢

jave 中的一些示例:

ExampleMatcher matcher = ExampleMatcher.matching().withStringMatcher(ExampleMatcher.StringMatcher.CONTAINING)
.withIgnoreNullValues().withIgnoreCase();

Example<Bahan> example = Example.of(bahanExample, matcher);

最佳答案

Is any equivalent that function in c#.net core. Currently, I'm using Entityframework core.

没有。 EF 中的查询主要使用一组名为 Language-Integrated Query 的语言功能来构建。 (LINQ),它使您能够直接用 C# 编写查询。

关于java - C# .net core 中的等效 examplematcher,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56944720/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com