mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-13 20:00:55 +08:00
update
10
表达式函数.md
10
表达式函数.md
@@ -68,11 +68,11 @@ var sql = fsql.Select<SysModule>()
|
|||||||
|
|
||||||
| ExpressionCallContext 属性 | 类型 |描述 |
|
| ExpressionCallContext 属性 | 类型 |描述 |
|
||||||
| -- | -- | -- |
|
| -- | -- | -- |
|
||||||
| context.Value.DataType | FreeSql.DataType | 用于实现不同数据库的适配判断条件 |
|
| DataType | FreeSql.DataType | 用于实现不同数据库的适配判断条件 |
|
||||||
| context.Value.ParsedContent | Dictionary\<string, string\> |函数的各参数解析结果 |
|
| ParsedContent | Dictionary\<string, string\> |函数的各参数解析结果 |
|
||||||
| context.Value.DbParameter | System.Data.Common.DbParameter | that 被参数化的对象(有可能为 null) |
|
| DbParameter | DbParameter | that 被参数化的对象(有可能为 null) |
|
||||||
| context.Value.UserParameters | List\<System.Data.Common.DbParameter\> | 可附加参数化对象 |
|
| UserParameters | List\<DbParameter\> | 可附加参数化对象 |
|
||||||
| context.Value.Result | string | 返回表达式函数表示的 SQL 字符串 |
|
| Result | string | 返回表达式函数表示的 SQL 字符串 |
|
||||||
|
|
||||||
> 当扩展方法返回值为 string 时,其返回值也可以当作 context.Value.Result 功能
|
> 当扩展方法返回值为 string 时,其返回值也可以当作 context.Value.Result 功能
|
||||||
|
|
||||||
|
|||||||
10
骚操作.md
10
骚操作.md
@@ -275,11 +275,11 @@ var sql = fsql.Select<SysModule>()
|
|||||||
|
|
||||||
| ExpressionCallContext 属性 | 类型 |描述 |
|
| ExpressionCallContext 属性 | 类型 |描述 |
|
||||||
| -- | -- | -- |
|
| -- | -- | -- |
|
||||||
| context.Value.DataType | FreeSql.DataType | 用于实现不同数据库的适配判断条件 |
|
| DataType | FreeSql.DataType | 用于实现不同数据库的适配判断条件 |
|
||||||
| context.Value.ParsedContent | Dictionary\<string, string\> |函数的各参数解析结果 |
|
| ParsedContent | Dictionary\<string, string\> |函数的各参数解析结果 |
|
||||||
| context.Value.DbParameter | System.Data.Common.DbParameter | that 被参数化的对象(有可能为 null) |
|
| DbParameter | DbParameter | that 被参数化的对象(有可能为 null) |
|
||||||
| context.Value.UserParameters | List\<System.Data.Common.DbParameter\> | 可附加参数化对象 |
|
| UserParameters | List\<DbParameter\> | 可附加参数化对象 |
|
||||||
| context.Value.Result | string | 返回表达式函数表示的 SQL 字符串 |
|
| Result | string | 返回表达式函数表示的 SQL 字符串 |
|
||||||
|
|
||||||
> 当扩展方法返回值为 string 时,其返回值也可以当作 context.Value.Result 功能
|
> 当扩展方法返回值为 string 时,其返回值也可以当作 context.Value.Result 功能
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user