From c7550e8f1ed4169c31799e13ba09a31f47e72727 Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Tue, 2 Aug 2022 22:25:23 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E9=AA=9A=E6=93=8D=E4=BD=9C=20(markdo?= =?UTF-8?q?wn)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 骚操作.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/骚操作.md b/骚操作.md index 7f9de40..ef747ea 100644 --- a/骚操作.md +++ b/骚操作.md @@ -90,6 +90,8 @@ fsql.Select() > v3.2.666 WithMemory 使用内存数据进行查询 +> 假设跨数据库服务器,或者数据表被缓存过,WithMemory 便可以实现数据表与内存关联查询。 + ```c# var list = new List(); list.Add(new Topic { ... });