From 2556f637eb9d28af80cd990b0643f3b05f67b384 Mon Sep 17 00:00:00 2001 From: 28810 <28810@YEXIANGQIN> Date: Sat, 23 Nov 2019 01:51:19 +0800 Subject: [PATCH] update --- 表达式函数.md | 10 +++++----- 骚操作.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/表达式函数.md b/表达式函数.md index 5b1a214..31f917a 100644 --- a/表达式函数.md +++ b/表达式函数.md @@ -68,11 +68,11 @@ var sql = fsql.Select() | ExpressionCallContext 属性 | 类型 |描述 | | -- | -- | -- | -| context.Value.DataType | FreeSql.DataType | 用于实现不同数据库的适配判断条件 | -| context.Value.ParsedContent | Dictionary\ |函数的各参数解析结果 | -| context.Value.DbParameter | System.Data.Common.DbParameter | that 被参数化的对象(有可能为 null) | -| context.Value.UserParameters | List\ | 可附加参数化对象 | -| context.Value.Result | string | 返回表达式函数表示的 SQL 字符串 | +| DataType | FreeSql.DataType | 用于实现不同数据库的适配判断条件 | +| ParsedContent | Dictionary\ |函数的各参数解析结果 | +| DbParameter | DbParameter | that 被参数化的对象(有可能为 null) | +| UserParameters | List\ | 可附加参数化对象 | +| Result | string | 返回表达式函数表示的 SQL 字符串 | > 当扩展方法返回值为 string 时,其返回值也可以当作 context.Value.Result 功能 diff --git a/骚操作.md b/骚操作.md index 9a15b01..d4363dc 100644 --- a/骚操作.md +++ b/骚操作.md @@ -275,11 +275,11 @@ var sql = fsql.Select() | ExpressionCallContext 属性 | 类型 |描述 | | -- | -- | -- | -| context.Value.DataType | FreeSql.DataType | 用于实现不同数据库的适配判断条件 | -| context.Value.ParsedContent | Dictionary\ |函数的各参数解析结果 | -| context.Value.DbParameter | System.Data.Common.DbParameter | that 被参数化的对象(有可能为 null) | -| context.Value.UserParameters | List\ | 可附加参数化对象 | -| context.Value.Result | string | 返回表达式函数表示的 SQL 字符串 | +| DataType | FreeSql.DataType | 用于实现不同数据库的适配判断条件 | +| ParsedContent | Dictionary\ |函数的各参数解析结果 | +| DbParameter | DbParameter | that 被参数化的对象(有可能为 null) | +| UserParameters | List\ | 可附加参数化对象 | +| Result | string | 返回表达式函数表示的 SQL 字符串 | > 当扩展方法返回值为 string 时,其返回值也可以当作 context.Value.Result 功能