mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-17 22:00:56 +08:00
Updated 骚操作 (markdown)
2
骚操作.md
2
骚操作.md
@@ -90,6 +90,8 @@ fsql.Select<Topic>()
|
|||||||
|
|
||||||
> v3.2.666 WithMemory 使用内存数据进行查询
|
> v3.2.666 WithMemory 使用内存数据进行查询
|
||||||
|
|
||||||
|
> 假设跨数据库服务器,或者数据表被缓存过,WithMemory 便可以实现数据表与内存关联查询。
|
||||||
|
|
||||||
```c#
|
```c#
|
||||||
var list = new List<Topic>();
|
var list = new List<Topic>();
|
||||||
list.Add(new Topic { ... });
|
list.Add(new Topic { ... });
|
||||||
|
|||||||
Reference in New Issue
Block a user