mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-08 09:20:55 +08:00
Updated 返回数据 (markdown)
2
返回数据.md
2
返回数据.md
@@ -5,7 +5,7 @@ FreeSql 采用 ExpressionTree 优化读取速读,如果懂技术的你一定
|
||||
Topic t1 = fsql.Select<Topic>().ToOne();
|
||||
```
|
||||
|
||||
> FreeSql约定,ToOne/First 永远返回 null 或 有数据的实体对象,ToList 永远返回非 null 的 List\<实体类型\>
|
||||
> FreeSql 约定,ToOne/First 永远返回 null 或 有数据的实体对象,ToList 永远返回非 null 的 List\<实体类型\>
|
||||
|
||||
## 2、返回 List
|
||||
```csharp
|
||||
|
||||
Reference in New Issue
Block a user