update

28810
2019-11-23 01:51:19 +08:00
parent c224cb6727
commit 2556f637eb
2 changed files with 10 additions and 10 deletions

@@ -68,11 +68,11 @@ var sql = fsql.Select<SysModule>()
| ExpressionCallContext 属性 | 类型 |描述 |
| -- | -- | -- |
| context.Value.DataType | FreeSql.DataType | 用于实现不同数据库的适配判断条件 |
| context.Value.ParsedContent | Dictionary\<string, string\> |函数的各参数解析结果 |
| context.Value.DbParameter | System.Data.Common.DbParameter | that 被参数化的对象(有可能为 null) |
| context.Value.UserParameters | List\<System.Data.Common.DbParameter\> | 可附加参数化对象 |
| context.Value.Result | string | 返回表达式函数表示的 SQL 字符串 |
| DataType | FreeSql.DataType | 用于实现不同数据库的适配判断条件 |
| ParsedContent | Dictionary\<string, string\> |函数的各参数解析结果 |
| DbParameter | DbParameter | that 被参数化的对象(有可能为 null) |
| UserParameters | List\<DbParameter\> | 可附加参数化对象 |
| Result | string | 返回表达式函数表示的 SQL 字符串 |
> 当扩展方法返回值为 string 时,其返回值也可以当作 context.Value.Result 功能

@@ -275,11 +275,11 @@ var sql = fsql.Select<SysModule>()
| ExpressionCallContext 属性 | 类型 |描述 |
| -- | -- | -- |
| context.Value.DataType | FreeSql.DataType | 用于实现不同数据库的适配判断条件 |
| context.Value.ParsedContent | Dictionary\<string, string\> |函数的各参数解析结果 |
| context.Value.DbParameter | System.Data.Common.DbParameter | that 被参数化的对象(有可能为 null) |
| context.Value.UserParameters | List\<System.Data.Common.DbParameter\> | 可附加参数化对象 |
| context.Value.Result | string | 返回表达式函数表示的 SQL 字符串 |
| DataType | FreeSql.DataType | 用于实现不同数据库的适配判断条件 |
| ParsedContent | Dictionary\<string, string\> |函数的各参数解析结果 |
| DbParameter | DbParameter | that 被参数化的对象(有可能为 null) |
| UserParameters | List\<DbParameter\> | 可附加参数化对象 |
| Result | string | 返回表达式函数表示的 SQL 字符串 |
> 当扩展方法返回值为 string 时,其返回值也可以当作 context.Value.Result 功能